Package com.axelor.auth.pac4j.local
Class AxelorAuthenticator
- java.lang.Object
-
- com.axelor.auth.pac4j.local.AxelorAuthenticator
-
- All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator
public class AxelorAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
-
-
Field Summary
Fields Modifier and Type Field Description static String
INCOMPLETE_CREDENTIALS
static String
INCORRECT_CREDENTIALS
static String
NEW_PASSWORD_DOES_NOT_MATCH_PATTERN
static String
NEW_PASSWORD_MUST_BE_DIFFERENT
static String
NO_CREDENTIALS
static String
UNKNOWN_USER
static String
UNSUPPORTED_CREDENTIALS
static String
USER_DISABLED
static String
WRONG_CURRENT_PASSWORD
-
Constructor Summary
Constructors Constructor Description AxelorAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(org.pac4j.core.credentials.Credentials inputCredentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
-
-
-
Field Detail
-
INCORRECT_CREDENTIALS
public static final String INCORRECT_CREDENTIALS
- See Also:
- Constant Field Values
-
NO_CREDENTIALS
public static final String NO_CREDENTIALS
- See Also:
- Constant Field Values
-
UNSUPPORTED_CREDENTIALS
public static final String UNSUPPORTED_CREDENTIALS
- See Also:
- Constant Field Values
-
INCOMPLETE_CREDENTIALS
public static final String INCOMPLETE_CREDENTIALS
- See Also:
- Constant Field Values
-
UNKNOWN_USER
public static final String UNKNOWN_USER
- See Also:
- Constant Field Values
-
USER_DISABLED
public static final String USER_DISABLED
- See Also:
- Constant Field Values
-
WRONG_CURRENT_PASSWORD
public static final String WRONG_CURRENT_PASSWORD
- See Also:
- Constant Field Values
-
NEW_PASSWORD_MUST_BE_DIFFERENT
public static final String NEW_PASSWORD_MUST_BE_DIFFERENT
- See Also:
- Constant Field Values
-
NEW_PASSWORD_DOES_NOT_MATCH_PATTERN
public static final String NEW_PASSWORD_DOES_NOT_MATCH_PATTERN
- See Also:
- Constant Field Values
-
-