Modifier and Type | Method and Description |
---|---|
protected JwtToken |
JwtAuthenticationClientFilter.getJwtToken(javax.ws.rs.client.ClientRequestContext requestContext) |
JwtToken |
JwtTokenSecurityContext.getToken() |
Modifier and Type | Method and Description |
---|---|
protected SecurityContext |
AbstractJwtAuthenticationFilter.configureSecurityContext(JwtToken jwt) |
protected void |
AbstractJwtAuthenticationFilter.validateToken(JwtToken jwt) |
Constructor and Description |
---|
JwtTokenSecurityContext(JwtToken jwt,
String roleClaim) |
Modifier and Type | Method and Description |
---|---|
JwtToken |
JweJwtCompactConsumer.decryptWith(JsonWebKey key) |
JwtToken |
JweJwtCompactConsumer.decryptWith(JweDecryptionProvider jwe) |
JwtToken |
JweJwtCompactConsumer.decryptWith(PrivateKey key) |
JwtToken |
JweJwtCompactConsumer.decryptWith(SecretKey key) |
Constructor and Description |
---|
JweJwtCompactProducer(JwtToken token) |
Modifier and Type | Method and Description |
---|---|
JwtToken |
JwsJwtCompactConsumer.getJwtToken() |
Constructor and Description |
---|
JwsJwtCompactProducer(JwtToken token) |
JwsJwtCompactProducer(JwtToken token,
JsonMapObjectReaderWriter w) |
Modifier and Type | Method and Description |
---|---|
JwtToken |
JoseJwtProducerConsumer.getJwtToken(String wrappedJwtToken) |
JwtToken |
JoseJwtConsumer.getJwtToken(String wrappedJwtToken) |
JwtToken |
JoseJwtConsumer.getJwtToken(String wrappedJwtToken,
JweDecryptionProvider theDecryptor,
JwsSignatureVerifier theSigVerifier) |
Modifier and Type | Method and Description |
---|---|
protected JwsSignatureVerifier |
JoseJwtConsumer.getInitializedSignatureVerifier(JwtToken jwt) |
String |
JoseJwtProducerConsumer.processJwt(JwtToken jwt) |
String |
JoseJwtProducer.processJwt(JwtToken jwt) |
String |
JoseJwtProducer.processJwt(JwtToken jwt,
JweEncryptionProvider theEncProvider,
JwsSignatureProvider theSigProvider) |
protected void |
JoseJwtConsumer.validateToken(JwtToken jwt) |
Modifier and Type | Method and Description |
---|---|
JwtToken |
JwtUserSubject.getToken() |
Modifier and Type | Method and Description |
---|---|
protected SecurityContext |
JwtBearerAuthHandler.configureSecurityContext(JwtToken token) |
protected void |
JwtBearerAuthHandler.validateToken(JwtToken jwt) |
Constructor and Description |
---|
JwtUserSubject(String user,
JwtToken token) |
Modifier and Type | Method and Description |
---|---|
JwtToken |
OAuthServerJoseJwtConsumer.getJwtToken(String wrappedJwtToken,
Client client) |
JwtToken |
OAuthJoseJwtConsumer.getJwtToken(String wrappedJwtToken,
String clientSecret) |
Modifier and Type | Method and Description |
---|---|
String |
OAuthServerJoseJwtProducer.processJwt(JwtToken jwt,
Client client) |
String |
OAuthJoseJwtProducer.processJwt(JwtToken jwt,
String clientSecret) |
Modifier and Type | Method and Description |
---|---|
String |
IdTokenResponseFilter.processJwt(JwtToken jwt,
Client client) |
Modifier and Type | Method and Description |
---|---|
JwtToken |
IdTokenReader.getIdJwtToken(ClientAccessToken at,
Consumer client) |
JwtToken |
IdTokenReader.getIdJwtToken(ClientAccessToken at,
String code,
Consumer client) |
JwtToken |
IdTokenReader.getIdJwtToken(String idJwtToken,
Consumer client) |
JwtToken |
UserInfoClient.getUserInfoJwt(String profileJwtToken,
Consumer client) |
Modifier and Type | Method and Description |
---|---|
protected JwsSignatureVerifier |
OidcClaimsValidator.getInitializedSignatureVerifier(JwtToken jwt) |
UserInfo |
UserInfoClient.getUserInfoFromJwt(JwtToken jwt,
IdToken idToken,
Consumer client) |
Modifier and Type | Method and Description |
---|---|
static void |
OidcUtils.validateAccessTokenHash(ClientAccessToken at,
JwtToken jwt) |
static void |
OidcUtils.validateAccessTokenHash(ClientAccessToken at,
JwtToken jwt,
boolean required) |
static void |
OidcUtils.validateAccessTokenHash(String accessToken,
JwtToken jwt,
boolean required) |
static void |
OidcUtils.validateCodeHash(String code,
JwtToken jwt) |
static void |
OidcUtils.validateCodeHash(String code,
JwtToken jwt,
boolean required) |
Modifier and Type | Method and Description |
---|---|
String |
JWTRealmCodec.getRealmFromToken(JwtToken token)
Get the realm associated with the JwtToken parameter
|
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
JWTRoleParser.parseRolesFromToken(Principal principal,
Subject subject,
JwtToken token)
Return the set of User/Principal roles from the token.
|
Set<Principal> |
DefaultJWTRoleParser.parseRolesFromToken(Principal principal,
Subject subject,
JwtToken token)
Return the set of User/Principal roles from the token.
|
protected void |
JWTTokenValidator.validateToken(JwtToken jwt) |
Apache CXF