Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.adapters.jetty.core | |
org.keycloak.adapters.tomcat | |
org.keycloak.adapters.undertow | |
org.keycloak.adapters.wildfly |
Modifier and Type | Method and Description |
---|---|
void |
AdapterTokenStore.saveAccountInfo(KeycloakAccount account)
Finish successful OAuth2 login and store validated account
|
Modifier and Type | Method and Description |
---|---|
void |
JettyCookieTokenStore.saveAccountInfo(KeycloakAccount account) |
void |
AbstractJettySessionTokenStore.saveAccountInfo(KeycloakAccount account) |
Modifier and Type | Class and Description |
---|---|
static class |
CatalinaSessionTokenStore.SerializableKeycloakAccount |
Modifier and Type | Method and Description |
---|---|
void |
CatalinaCookieTokenStore.saveAccountInfo(KeycloakAccount account) |
void |
CatalinaSessionTokenStore.saveAccountInfo(KeycloakAccount account) |
Modifier and Type | Class and Description |
---|---|
class |
KeycloakUndertowAccount |
Modifier and Type | Method and Description |
---|---|
void |
UndertowCookieTokenStore.saveAccountInfo(KeycloakAccount account) |
void |
UndertowSessionTokenStore.saveAccountInfo(KeycloakAccount account) |
void |
ServletSessionTokenStore.saveAccountInfo(KeycloakAccount account) |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityInfoHelper.propagateSessionInfo(KeycloakAccount account) |
Copyright © 2015. All Rights Reserved.