| Package | Description |
|---|---|
| org.keycloak.adapters | |
| org.keycloak.adapters.spi |
| Modifier and Type | Method and Description |
|---|---|
AuthOutcome |
RequestAuthenticator.authenticate() |
AuthOutcome |
OAuthRequestAuthenticator.authenticate() |
AuthOutcome |
QueryParamterTokenRequestAuthenticator.authenticate(HttpFacade exchange) |
AuthOutcome |
BearerTokenRequestAuthenticator.authenticate(HttpFacade exchange) |
AuthOutcome |
BasicAuthRequestAuthenticator.authenticate(HttpFacade exchange) |
protected AuthOutcome |
BearerTokenRequestAuthenticator.authenticateToken(HttpFacade exchange,
String tokenString) |
| Modifier and Type | Method and Description |
|---|---|
static AuthOutcome |
AuthOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthOutcome[] |
AuthOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.