Uses of Class
org.hippoecm.frontend.session.LoginException.Cause
-
Packages that use LoginException.Cause Package Description org.hippoecm.frontend.session -
-
Uses of LoginException.Cause in org.hippoecm.frontend.session
Fields in org.hippoecm.frontend.session declared as LoginException.Cause Modifier and Type Field Description static LoginException.Cause
LoginException.Cause. ACCESS_DENIED
static LoginException.Cause
LoginException.Cause. ACCOUNT_EXPIRED
static LoginException.Cause
LoginException.Cause. INCORRECT_CREDENTIALS
static LoginException.Cause
LoginException.Cause. PASSWORD_EXPIRED
static LoginException.Cause
LoginException.Cause. REPOSITORY_ERROR
Methods in org.hippoecm.frontend.session that return LoginException.Cause Modifier and Type Method Description LoginException.Cause
LoginException. getLoginExceptionCause()
static LoginException.Cause
LoginException. newCause(String key)
Constructors in org.hippoecm.frontend.session with parameters of type LoginException.Cause Constructor Description LoginException(LoginException.Cause cause)
LoginException(LoginException.Cause cause, Throwable causeException)
-