| Package | Description | 
|---|---|
| org.keycloak.adapters | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AdapterTokenStore | RequestAuthenticator. tokenStore | 
| protected AdapterTokenStore | RefreshableKeycloakSecurityContext. tokenStore | 
| Modifier and Type | Method and Description | 
|---|---|
| static KeycloakPrincipal<RefreshableKeycloakSecurityContext> | CookieTokenStore. getPrincipalFromCookie(KeycloakDeployment deployment,
                      HttpFacade facade,
                      AdapterTokenStore tokenStore) | 
| void | RefreshableKeycloakSecurityContext. setCurrentRequestInfo(KeycloakDeployment deployment,
                     AdapterTokenStore tokenStore) | 
| Constructor and Description | 
|---|
| RefreshableKeycloakSecurityContext(KeycloakDeployment deployment,
                                  AdapterTokenStore tokenStore,
                                  String tokenString,
                                  AccessToken token,
                                  String idTokenString,
                                  IDToken idToken,
                                  String refreshToken) | 
| RequestAuthenticator(HttpFacade facade,
                    KeycloakDeployment deployment,
                    AdapterTokenStore tokenStore,
                    int sslRedirectPort) | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.