Uses of Enum Class
alpine.server.auth.AlpineAuthenticationException.CauseType
Packages that use AlpineAuthenticationException.CauseType
Package
Description
This package contains authentication and authorization related classes.
-
Uses of AlpineAuthenticationException.CauseType in alpine.server.auth
Methods in alpine.server.auth that return AlpineAuthenticationException.CauseTypeModifier and TypeMethodDescriptionAlpineAuthenticationException.getCauseType()Returns the enum constant of this class with the specified name.AlpineAuthenticationException.CauseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in alpine.server.auth with parameters of type AlpineAuthenticationException.CauseTypeModifierConstructorDescriptionAlpineAuthenticationException(AlpineAuthenticationException.CauseType causeType, Principal principal)