Class AuthenticationController.ModelAttributes
- java.lang.Object
-
- com.broadleafcommerce.auth.user.web.endpoint.AuthenticationController.ModelAttributes
-
- Enclosing class:
- AuthenticationController
public static final class AuthenticationController.ModelAttributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCOUNT_LOCKED_MSG
static String
BLANK_USERNAME_MSG
static String
CREDENTIALS_EXPIRED
static String
CREDENTIALS_EXPIRED_MSG
static String
ERROR_CODE
static String
HIDE_FIRST_PARTY_FORM
static String
IDENTITY_PROVIDERS
static String
IS_BLANK
static String
LOGIN_ERROR
static String
PASSWORD_RESET_ERROR
static String
RESET_PASSWORD_FORM
static String
RETURN_TO
-
Constructor Summary
Constructors Constructor Description ModelAttributes()
-
-
-
Field Detail
-
IDENTITY_PROVIDERS
public static final String IDENTITY_PROVIDERS
- See Also:
- Constant Field Values
-
HIDE_FIRST_PARTY_FORM
public static final String HIDE_FIRST_PARTY_FORM
- See Also:
- Constant Field Values
-
LOGIN_ERROR
public static final String LOGIN_ERROR
- See Also:
- Constant Field Values
-
PASSWORD_RESET_ERROR
public static final String PASSWORD_RESET_ERROR
- See Also:
- Constant Field Values
-
CREDENTIALS_EXPIRED
public static final String CREDENTIALS_EXPIRED
- See Also:
- Constant Field Values
-
RETURN_TO
public static final String RETURN_TO
- See Also:
- Constant Field Values
-
RESET_PASSWORD_FORM
public static final String RESET_PASSWORD_FORM
- See Also:
- Constant Field Values
-
IS_BLANK
public static final String IS_BLANK
- See Also:
- Constant Field Values
-
BLANK_USERNAME_MSG
public static final String BLANK_USERNAME_MSG
- See Also:
- Constant Field Values
-
CREDENTIALS_EXPIRED_MSG
public static final String CREDENTIALS_EXPIRED_MSG
- See Also:
- Constant Field Values
-
ACCOUNT_LOCKED_MSG
public static final String ACCOUNT_LOCKED_MSG
- See Also:
- Constant Field Values
-
ERROR_CODE
public static final String ERROR_CODE
- See Also:
- Constant Field Values
-
-