| Modifier and Type | Field and Description |
|---|---|
protected AccessToken |
KeycloakSecurityContext.token |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
RSATokenVerifier.getToken()
Deprecated.
|
AccessToken |
KeycloakSecurityContext.getToken() |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey publicKey,
String realmUrl)
Deprecated.
|
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey publicKey,
String realmUrl,
boolean checkActive,
boolean checkTokenType)
Deprecated.
|
| Constructor and Description |
|---|
AuthorizationContext(AccessToken authzToken,
PolicyEnforcerConfig.PathConfig current) |
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,
Map<String,List<String>> claims) |
protected boolean |
AbstractPolicyEnforcer.isAuthorized(PolicyEnforcerConfig.PathConfig actualPathConfig,
PolicyEnforcerConfig.MethodConfig methodConfig,
AccessToken accessToken,
OIDCHttpFacade httpFacade,
Map<String,List<String>> claims) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractKeycloakLoginModule.Auth |
AbstractKeycloakLoginModule.postTokenVerification(String tokenString,
AccessToken token)
Called after accessToken was verified (including signature, expiration etc)
|
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
AdapterTokenVerifier.VerifiedTokens.getAccessToken() |
static AccessToken |
AdapterTokenVerifier.verifyToken(String tokenString,
KeycloakDeployment deployment)
Verifies bearer token.
|
| Constructor and Description |
|---|
VerifiedTokens(AccessToken accessToken,
IDToken idToken) |
| Constructor and Description |
|---|
ClientAuthorizationContext(AccessToken authzToken,
PolicyEnforcerConfig.PathConfig current,
AuthzClient client) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TokenCallable.isTokenTimeToLiveSufficient(AccessToken token) |
| 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() |
AccessToken |
AuthorizationRequest.getRpt() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyEvaluationResponse.setRpt(AccessToken rpt) |
void |
AuthorizationRequest.setRpt(AccessToken rpt) |
| Constructor and Description |
|---|
PermissionTicketToken(List<Permission> permissions,
String audience,
AccessToken accessToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenMetadataRepresentation |
Copyright © 2019 JBoss by Red Hat. All rights reserved.