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
Modifier and TypeFieldDescriptionprotected AuthorizationContext
protected IDToken
protected String
protected AccessToken
protected String
-
Constructor Summary
ConstructorDescriptionKeycloakSecurityContext
(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
-