| Modifier and Type | Field and Description | 
|---|---|
| protected AccessToken | KeycloakSecurityContext. token | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessToken | RSATokenVerifier. getToken() | 
| AccessToken | KeycloakSecurityContext. getToken() | 
| static AccessToken | RSATokenVerifier. verifyToken(String tokenString,
           PublicKey publicKey,
           String realmUrl) | 
| static AccessToken | RSATokenVerifier. verifyToken(String tokenString,
           PublicKey publicKey,
           String realmUrl,
           boolean checkActive,
           boolean checkTokenType) | 
| Constructor and Description | 
|---|
| AuthorizationContext(AccessToken authzToken,
                    PolicyEnforcerConfig.PathConfig current,
                    Map<String,PolicyEnforcerConfig.PathConfig> paths) | 
| KeycloakSecurityContext(String tokenString,
                       AccessToken token,
                       String idTokenString,
                       IDToken idToken) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AccessToken | OAuthRequestAuthenticator. token | 
| protected AccessToken | BearerTokenRequestAuthenticator. token | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessToken | RefreshableKeycloakSecurityContext. getToken() | 
| AccessToken | OAuthRequestAuthenticator. getToken() | 
| AccessToken | BearerTokenRequestAuthenticator. getToken() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | AdapterUtils. getPrincipalName(KeycloakDeployment deployment,
                AccessToken token) | 
| boolean | RefreshableKeycloakSecurityContext. isTokenTimeToLiveSufficient(AccessToken token) | 
| Constructor and Description | 
|---|
| RefreshableKeycloakSecurityContext(KeycloakDeployment deployment,
                                  AdapterTokenStore tokenStore,
                                  String tokenString,
                                  AccessToken token,
                                  String idTokenString,
                                  IDToken idToken,
                                  String refreshToken) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | KeycloakAdapterPolicyEnforcer. isAuthorized(PolicyEnforcerConfig.PathConfig pathConfig,
            PolicyEnforcerConfig.MethodConfig methodConfig,
            AccessToken accessToken,
            OIDCHttpFacade httpFacade) | 
| protected boolean | AbstractPolicyEnforcer. isAuthorized(PolicyEnforcerConfig.PathConfig actualPathConfig,
            PolicyEnforcerConfig.MethodConfig methodConfig,
            AccessToken accessToken,
            OIDCHttpFacade httpFacade) | 
| Modifier and Type | Method and Description | 
|---|---|
| static AccessToken | AdapterRSATokenVerifier. verifyToken(String tokenString,
           KeycloakDeployment deployment) | 
| static AccessToken | AdapterRSATokenVerifier. verifyToken(String tokenString,
           KeycloakDeployment deployment,
           boolean checkActive,
           boolean checkTokenType) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RefreshToken | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessToken | AccessToken. expiration(int expiration) | 
| AccessToken | AccessToken. id(String id) | 
| AccessToken | AccessToken. issuedAt(int issuedAt) | 
| AccessToken | AccessToken. issuedFor(String issuedFor) | 
| AccessToken | AccessToken. issuer(String issuer) | 
| AccessToken | AccessToken. notBefore(int notBefore) | 
| AccessToken | AccessToken. subject(String subject) | 
| AccessToken | AccessToken. type(String type) | 
| Constructor and Description | 
|---|
| RefreshToken(AccessToken token)Deep copies issuer, subject, issuedFor, sessionState, realmAccess, and resourceAccess
 from AccessToken. | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessToken | PolicyEvaluationResponse. getRpt() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PolicyEvaluationResponse. setRpt(AccessToken rpt) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TokenMetadataRepresentation | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.