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