Package | Description |
---|---|
org.keycloak.adapters.undertow | |
org.keycloak.adapters.wildfly | |
org.keycloak.proxy |
Modifier and Type | Method and Description |
---|---|
protected KeycloakUndertowAccount |
UndertowRequestAuthenticator.createAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected abstract KeycloakUndertowAccount |
AbstractUndertowRequestAuthenticator.createAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal)
Subclasses need to be able to create their own version of the KeycloakUndertowAccount
|
protected KeycloakUndertowAccount |
ServletRequestAuthenticator.createAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUndertowRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
protected void |
ServletRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
Modifier and Type | Method and Description |
---|---|
protected void |
WildflyRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintAuthorizationHandler.authenticatedRequest(KeycloakUndertowAccount account,
io.undertow.server.HttpServerExchange exchange) |
Copyright © 2015. All rights reserved.