Package | Description |
---|---|
org.keycloak | |
org.keycloak.adapters | |
org.keycloak.representations | |
org.keycloak.representations.oidc |
Modifier and Type | Field and Description |
---|---|
protected AccessToken |
KeycloakSecurityContext.token |
Modifier and Type | Method and Description |
---|---|
AccessToken |
KeycloakSecurityContext.getToken() |
static AccessToken |
RSATokenVerifier.toAccessToken(String tokenString,
PublicKey realmKey) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl,
boolean checkActive,
boolean checkTokenType) |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
RefreshableKeycloakSecurityContext(KeycloakDeployment deployment,
AdapterTokenStore tokenStore,
String tokenString,
AccessToken token,
String idTokenString,
IDToken idToken,
String refreshToken) |
Modifier and Type | Class and Description |
---|---|
class |
RefreshToken |
Modifier and Type | Method and Description |
---|---|
AccessToken |
AccessToken.clientSession(String session) |
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 | Class and Description |
---|---|
class |
TokenMetadataRepresentation |
Copyright © 2016 JBoss by Red Hat. All rights reserved.