Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.adapters.jaas | |
org.keycloak.adapters.jetty.core | |
org.keycloak.adapters.tomcat | |
org.keycloak.adapters.undertow |
Modifier and Type | Method and Description |
---|---|
static KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
AdapterUtils.createPrincipal(KeycloakDeployment deployment,
RefreshableKeycloakSecurityContext securityContext) |
static KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
CookieTokenStore.getPrincipalFromCookie(KeycloakDeployment deployment,
HttpFacade facade,
AdapterTokenStore tokenStore) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
RequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal,
String method) |
protected abstract void |
RequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
Modifier and Type | Method and Description |
---|---|
KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
AbstractKeycloakLoginModule.Auth.getPrincipal() |
Constructor and Description |
---|
AbstractKeycloakLoginModule.Auth(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal,
Set<String> roles,
String accessToken) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
JettyRequestAuthenticator.principal |
Modifier and Type | Method and Description |
---|---|
protected KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
JettyCookieTokenStore.checkPrincipalFromCookie()
Verify if we already have authenticated and active principal in cookie.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JettyRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal,
String method) |
protected void |
JettyRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> skp) |
static org.eclipse.jetty.server.UserIdentity |
AbstractKeycloakJettyAuthenticator.createIdentity(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected org.eclipse.jetty.server.Authentication |
AbstractKeycloakJettyAuthenticator.register(org.eclipse.jetty.server.Request request,
KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
Modifier and Type | Method and Description |
---|---|
protected KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
CatalinaCookieTokenStore.checkPrincipalFromCookie()
Verify if we already have authenticated and active principal in cookie.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CatalinaRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal,
String method) |
protected void |
CatalinaRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> skp) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
KeycloakUndertowAccount.principal |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUndertowRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal,
String method) |
protected void |
AbstractUndertowRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
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) |
Constructor and Description |
---|
KeycloakUndertowAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
Copyright © 2015. All Rights Reserved.