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 StringACCOUNT_LOCKED_MSGstatic StringBLANK_USERNAME_MSGstatic StringCREDENTIALS_EXPIREDstatic StringCREDENTIALS_EXPIRED_MSGstatic StringERROR_CODEstatic StringHIDE_FIRST_PARTY_FORMstatic StringIDENTITY_PROVIDERSstatic StringIS_BLANKstatic StringLOGIN_ERRORstatic StringPASSWORD_RESET_ERRORstatic StringRESET_PASSWORD_FORMstatic StringRETURN_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
-
-