Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.adapters.as7 | |
org.keycloak.adapters.tomcat7 | |
org.keycloak.adapters.undertow |
Modifier and Type | Method and Description |
---|---|
static KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
CookieTokenStore.getPrincipalFromCookie(KeycloakDeployment deployment,
HttpFacade facade,
AdapterTokenStore tokenStore) |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
AdapterUtils.getRolesFromSecurityContext(RefreshableKeycloakSecurityContext session) |
void |
AdapterTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext)
Callback invoked after successful token refresh
|
static void |
CookieTokenStore.setTokenCookie(KeycloakDeployment deployment,
HttpFacade facade,
RefreshableKeycloakSecurityContext session) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
RequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected abstract void |
RequestAuthenticator.completeOAuthAuthentication(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 |
---|---|
void |
CatalinaCookieTokenStore.refreshCallback(RefreshableKeycloakSecurityContext secContext) |
void |
CatalinaSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
CatalinaRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected void |
CatalinaRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> skp) |
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 |
---|---|
void |
CatalinaCookieTokenStore.refreshCallback(RefreshableKeycloakSecurityContext secContext) |
void |
CatalinaSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
CatalinaRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected void |
CatalinaRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> skp) |
Modifier and Type | Field and Description |
---|---|
protected KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
KeycloakUndertowAccount.principal |
Modifier and Type | Method and Description |
---|---|
RefreshableKeycloakSecurityContext |
KeycloakUndertowAccount.getKeycloakSecurityContext() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowCookieTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
UndertowSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
ServletSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
protected void |
KeycloakUndertowAccount.setRoles(RefreshableKeycloakSecurityContext session) |
Modifier and Type | Method and Description |
---|---|
protected void |
UndertowRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected void |
UndertowRequestAuthenticator.completeOAuthAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
protected abstract KeycloakUndertowAccount |
UndertowRequestAuthenticator.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 © 2014. All Rights Reserved.