at.gv.egiz.moodle.eidconnector.data.ap
Class MoodleUserAP
java.lang.Object
at.gv.egiz.moodle.eidconnector.data.ap.MoodleUserAP
public final class MoodleUserAP
- extends Object
- Author:
- AT-TUG (Thomas Knall)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOODLE_AUTH_TYPE_STORK
public static final String MOODLE_AUTH_TYPE_STORK
- See Also:
- Constant Field Values
findUsersByCriterion
public static List<MoodleUser> findUsersByCriterion(org.hibernate.criterion.Criterion... criterions)
findUserByCriterion
protected static MoodleUser findUserByCriterion(org.hibernate.criterion.Criterion... criterions)
findUserById
public static MoodleUser findUserById(int id)
findUserByUsername
public static MoodleUser findUserByUsername(String username)
findSTORKUserByEIdentifier
public static MoodleUser findSTORKUserByEIdentifier(String eIdentifier)
throws NoSuchAlgorithmException,
UnsupportedEncodingException
- Throws:
NoSuchAlgorithmException
UnsupportedEncodingException
findUserByUsernameAndPassword
public static MoodleUser findUserByUsernameAndPassword(String username,
String password)
Copyright 2009 EGIZ. All Rights Reserved.