Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.adapters.undertow |
Modifier and Type | Field and Description |
---|---|
protected AuthChallenge |
RequestAuthenticator.challenge |
protected AuthChallenge |
OAuthRequestAuthenticator.challenge |
protected AuthChallenge |
BearerTokenRequestAuthenticator.challenge |
Modifier and Type | Method and Description |
---|---|
protected AuthChallenge |
OAuthRequestAuthenticator.challenge(int code) |
protected AuthChallenge |
BearerTokenRequestAuthenticator.challengeResponse(HttpFacade facade,
String error,
String description) |
protected AuthChallenge |
OAuthRequestAuthenticator.checkStateCookie() |
protected AuthChallenge |
BearerTokenRequestAuthenticator.clientCertChallenge() |
AuthChallenge |
RequestAuthenticator.getChallenge() |
AuthChallenge |
OAuthRequestAuthenticator.getChallenge() |
AuthChallenge |
BearerTokenRequestAuthenticator.getChallenge() |
protected AuthChallenge |
OAuthRequestAuthenticator.loginRedirect() |
protected AuthChallenge |
OAuthRequestAuthenticator.resolveCode(String code)
Start or continue the oauth login process.
|
Modifier and Type | Field and Description |
---|---|
static io.undertow.util.AttachmentKey<AuthChallenge> |
AbstractUndertowKeycloakAuthMech.KEYCLOAK_CHALLENGE_ATTACHMENT_KEY |
Copyright © 2014. All Rights Reserved.