Uses of Class
io.hawt.system.AuthenticateResult
-
Packages that use AuthenticateResult Package Description io.hawt.system -
-
Uses of AuthenticateResult in io.hawt.system
Methods in io.hawt.system that return AuthenticateResult Modifier and Type Method Description AuthenticateResultAuthenticator. authenticate(java.util.function.Consumer<javax.security.auth.Subject> callback)static AuthenticateResultAuthenticateResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthenticateResult[]AuthenticateResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-