Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.adapters.as7 | |
org.keycloak.adapters.tomcat7 | |
org.keycloak.adapters.undertow |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
RequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext session) |
protected abstract void |
RequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext session) |
Modifier and Type | Method and Description |
---|---|
protected void |
CatalinaRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext securityContext) |
protected void |
CatalinaRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal skp,
RefreshableKeycloakSecurityContext securityContext) |
protected Set<String> |
CatalinaRequestAuthenticator.getRolesFromToken(RefreshableKeycloakSecurityContext session) |
Modifier and Type | Method and Description |
---|---|
protected void |
CatalinaRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext securityContext) |
protected void |
CatalinaRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal skp,
RefreshableKeycloakSecurityContext securityContext) |
protected Set<String> |
CatalinaRequestAuthenticator.getRolesFromToken(RefreshableKeycloakSecurityContext session) |
Modifier and Type | Field and Description |
---|---|
protected RefreshableKeycloakSecurityContext |
KeycloakUndertowAccount.session |
Modifier and Type | Method and Description |
---|---|
RefreshableKeycloakSecurityContext |
KeycloakUndertowAccount.getKeycloakSecurityContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
UndertowRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext session) |
protected void |
UndertowRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext session) |
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
|
Constructor and Description |
---|
KeycloakUndertowAccount(KeycloakPrincipal principal,
RefreshableKeycloakSecurityContext session,
KeycloakDeployment deployment) |
Copyright © 2014. All Rights Reserved.