Uses of Enum Class
net.anotheria.portalkit.adminapi.api.auth.AdminAPIAuthenticationException.FailCause
Packages that use AdminAPIAuthenticationException.FailCause
-
Uses of AdminAPIAuthenticationException.FailCause in net.anotheria.portalkit.adminapi.api.auth
Methods in net.anotheria.portalkit.adminapi.api.auth that return AdminAPIAuthenticationException.FailCauseModifier and TypeMethodDescriptionAdminAPIAuthenticationException.getFailCause()Returns the enum constant of this class with the specified name.AdminAPIAuthenticationException.FailCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.anotheria.portalkit.adminapi.api.auth with parameters of type AdminAPIAuthenticationException.FailCauseModifier and TypeMethodDescriptionvoidAdminAPIAuthenticationException.setFailCause(AdminAPIAuthenticationException.FailCause failCause) Constructors in net.anotheria.portalkit.adminapi.api.auth with parameters of type AdminAPIAuthenticationException.FailCauseModifierConstructorDescriptionAdminAPIAuthenticationException(String message, AdminAPIAuthenticationException.FailCause failCause)