Uses of Class
alpine.auth.AlpineAuthenticationException.CauseType
-
Packages that use AlpineAuthenticationException.CauseType Package Description alpine.auth This package contains authentication and authorization related classes. -
-
Uses of AlpineAuthenticationException.CauseType in alpine.auth
Methods in alpine.auth that return AlpineAuthenticationException.CauseType Modifier and Type Method Description AlpineAuthenticationException.CauseTypeAlpineAuthenticationException. getCauseType()static AlpineAuthenticationException.CauseTypeAlpineAuthenticationException.CauseType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlpineAuthenticationException.CauseType[]AlpineAuthenticationException.CauseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in alpine.auth with parameters of type AlpineAuthenticationException.CauseType Constructor Description AlpineAuthenticationException(AlpineAuthenticationException.CauseType causeType)AlpineAuthenticationException(AlpineAuthenticationException.CauseType causeType, Principal principal)
-