| Package | Description |
|---|---|
| org.keycloak.adapters.undertow | |
| org.keycloak.adapters.wildfly |
| Modifier and Type | Method and Description |
|---|---|
protected KeycloakUndertowAccount |
ServletRequestAuthenticator.createAccount(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext session) |
protected abstract KeycloakUndertowAccount |
UndertowRequestAuthenticator.createAccount(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext session)
Subclasses need to be able to create their own version of the KeycloakUndertowAccount
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServletRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
protected void |
UndertowRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WildflyRequestAuthenticator.propagateKeycloakContext(KeycloakUndertowAccount account) |
Copyright © 2014. All Rights Reserved.