| java.lang.Object com.liferay.portal.security.auth.LDAPAuth
Method Summary | |
protected int | authenticate(long companyId, String emailAddress, String screenName, long userId, String password) | protected LDAPAuthResult | authenticate(LdapContext ctx, long companyId, Attributes attrs, String userDN, String password) | public int | authenticateByEmailAddress(long companyId, String emailAddress, String password, Map headerMap, Map parameterMap) | public int | authenticateByScreenName(long companyId, String screenName, String password, Map headerMap, Map parameterMap) | public int | authenticateByUserId(long companyId, long userId, String password, Map headerMap, Map parameterMap) | protected int | authenticateOmniadmin(long companyId, String emailAddress, long userId) | protected int | authenticateRequired(long companyId, long userId, String emailAddress, int failureCode) |
AUTH_METHOD_BIND | final public static String AUTH_METHOD_BIND(Code) | | |
AUTH_METHOD_PASSWORD_COMPARE | final public static String AUTH_METHOD_PASSWORD_COMPARE(Code) | | |
RESULT_PASSWORD_EXP_WARNING | final public static String RESULT_PASSWORD_EXP_WARNING(Code) | | |
RESULT_PASSWORD_RESET | final public static String RESULT_PASSWORD_RESET(Code) | | |
authenticateByUserId | public int authenticateByUserId(long companyId, long userId, String password, Map headerMap, Map parameterMap) throws AuthException(Code) | | |
authenticateOmniadmin | protected int authenticateOmniadmin(long companyId, String emailAddress, long userId) throws Exception(Code) | | |
authenticateRequired | protected int authenticateRequired(long companyId, long userId, String emailAddress, int failureCode) throws Exception(Code) | | |
|
|