public class SpringSecurityTokenStore extends Object implements AdapterTokenStore
security context aware adapter token store.| Constructor and Description |
|---|
SpringSecurityTokenStore(KeycloakDeployment deployment,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCurrentToken() |
boolean |
isCached(RequestAuthenticator authenticator) |
void |
logout() |
void |
refreshCallback(RefreshableKeycloakSecurityContext securityContext) |
boolean |
restoreRequest() |
void |
saveAccountInfo(KeycloakAccount account) |
void |
saveRequest() |
public SpringSecurityTokenStore(KeycloakDeployment deployment, javax.servlet.http.HttpServletRequest request)
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 AdapterTokenStorepublic void saveRequest()
saveRequest in interface AdapterTokenStorepublic boolean restoreRequest()
restoreRequest in interface AdapterTokenStoreCopyright © 2015 JBoss by Red Hat. All rights reserved.