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 |
---|---|
static KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
AdapterUtils.createPrincipal(KeycloakDeployment deployment,
RefreshableKeycloakSecurityContext securityContext) |
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,
String method) |
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 |
CatalinaSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
CatalinaCookieTokenStore.refreshCallback(RefreshableKeycloakSecurityContext secContext) |
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 | 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> |
AbstractJettyRequestAuthenticator.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 |
---|---|
void |
JettySessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
JettyCookieTokenStore.refreshCallback(RefreshableKeycloakSecurityContext secContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJettyRequestAuthenticator.completeBearerAuthentication(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal,
String method) |
protected void |
AbstractJettyRequestAuthenticator.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 |
---|---|
void |
CatalinaSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
CatalinaCookieTokenStore.refreshCallback(RefreshableKeycloakSecurityContext secContext) |
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 |
---|---|
RefreshableKeycloakSecurityContext |
KeycloakUndertowAccount.getKeycloakSecurityContext() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
UndertowCookieTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
ServletSessionTokenStore.refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
protected void |
KeycloakUndertowAccount.setRoles(RefreshableKeycloakSecurityContext session) |
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 KeycloakUndertowAccount |
ServletRequestAuthenticator.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
|
Constructor and Description |
---|
KeycloakUndertowAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
Copyright © 2014. All Rights Reserved.