Uses of Enum Class
eu.webtoolkit.jwt.auth.mfa.AuthenticationStatus
Packages that use AuthenticationStatus
-
Uses of AuthenticationStatus in eu.webtoolkit.jwt.auth.mfa
Methods in eu.webtoolkit.jwt.auth.mfa that return AuthenticationStatusModifier and TypeMethodDescriptionAuthenticationResult.getStatus()Returns the authentication status.static AuthenticationStatusReturns the enum constant of this class with the specified name.static AuthenticationStatus[]AuthenticationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.webtoolkit.jwt.auth.mfa with parameters of type AuthenticationStatusModifierConstructorDescriptionConstructor.AuthenticationResult(AuthenticationStatus status, CharSequence message) Constructor.