public abstract class AbstractJettySessionTokenStore extends Object implements AdapterTokenStore
| Modifier and Type | Field and Description |
|---|---|
static String |
__J_METHOD |
protected KeycloakDeployment |
deployment |
| Constructor and Description |
|---|
AbstractJettySessionTokenStore(org.eclipse.jetty.server.Request request,
KeycloakDeployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCurrentToken() |
boolean |
isCached(RequestAuthenticator authenticator) |
void |
logout() |
void |
refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
void |
saveAccountInfo(KeycloakAccount account) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrestoreRequest, saveRequestpublic static final String __J_METHOD
protected KeycloakDeployment deployment
public AbstractJettySessionTokenStore(org.eclipse.jetty.server.Request request,
KeycloakDeployment deployment)
public void checkCurrentToken()
checkCurrentToken in interface AdapterTokenStorepublic boolean isCached(RequestAuthenticator authenticator)
isCached in interface AdapterTokenStorepublic void saveAccountInfo(KeycloakAccount account)
saveAccountInfo in interface AdapterTokenStorepublic void logout()
logout in interface AdapterTokenStorepublic void refreshCallback(RefreshableKeycloakSecurityContext securityContext)
refreshCallback in interface AdapterTokenStoreCopyright © 2015 JBoss by Red Hat. All rights reserved.