Package | Description |
---|---|
io.hawt.system |
Modifier and Type | Method and Description |
---|---|
static AuthenticateResult |
Authenticator.authenticate(AuthenticationConfiguration authConfiguration,
javax.servlet.http.HttpServletRequest request,
Consumer<Subject> callback) |
static AuthenticateResult |
Authenticator.authenticate(AuthenticationConfiguration authConfiguration,
javax.servlet.http.HttpServletRequest request,
String username,
String password,
Consumer<Subject> callback) |
static AuthenticateResult |
AuthenticateResult.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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.