Uses of Class
org.hippoecm.frontend.session.LoginException.Cause
Packages that use LoginException.Cause
-
Uses of LoginException.Cause in org.hippoecm.frontend.session
Fields in org.hippoecm.frontend.session declared as LoginException.CauseModifier and TypeFieldDescriptionstatic final LoginException.Cause
LoginException.Cause.ACCESS_DENIED
static final LoginException.Cause
LoginException.Cause.ACCOUNT_EXPIRED
static final LoginException.Cause
LoginException.Cause.INCORRECT_CREDENTIALS
static final LoginException.Cause
LoginException.Cause.PASSWORD_EXPIRED
static final LoginException.Cause
LoginException.Cause.REPOSITORY_ERROR
Methods in org.hippoecm.frontend.session that return LoginException.CauseModifier and TypeMethodDescriptionLoginException.getLoginExceptionCause()
static LoginException.Cause
Constructors in org.hippoecm.frontend.session with parameters of type LoginException.CauseModifierConstructorDescriptionLoginException
(LoginException.Cause cause, Throwable causeException)