Package org.keycloak
Class KeycloakSecurityContext
java.lang.Object
org.keycloak.KeycloakSecurityContext
- All Implemented Interfaces:
 Serializable
Available in secured requests under HttpServletRequest.getAttribute()
 Also available in HttpSession.getAttribute under the classname of this class
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthorizationContextprotected IDTokenprotected Stringprotected AccessTokenprotected String - 
Constructor Summary
ConstructorsConstructorDescriptionKeycloakSecurityContext(String tokenString, AccessToken token, String idTokenString, IDToken idToken)  - 
Method Summary
 
- 
Field Details
- 
tokenString
 - 
idTokenString
 - 
token
 - 
idToken
 - 
authorizationContext
 
 - 
 - 
Constructor Details
- 
KeycloakSecurityContext
public KeycloakSecurityContext() - 
KeycloakSecurityContext
public KeycloakSecurityContext(String tokenString, AccessToken token, String idTokenString, IDToken idToken)  
 - 
 - 
Method Details
- 
getToken
 - 
getTokenString
 - 
getAuthorizationContext
 - 
getIdToken
 - 
getIdTokenString
 - 
getRealm
 
 -