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 AuthenticateResultAbstractAuthenticator. authenticate(Consumer<Subject> callback)static AuthenticateResultAuthenticationManager. authenticate(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, String password, Consumer<Subject> callback)static AuthenticateResultAuthenticationManager. authenticate(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, Consumer<Subject> callback)AuthenticateResultAuthenticator. authenticate(Consumer<Subject> callback)static AuthenticateResultAuthenticateResult. valueOf(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.
-