| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.jaxrs | |
| org.apache.cxf.rs.security.jose.jwe | |
| org.apache.cxf.rs.security.jose.jws | |
| org.apache.cxf.rs.security.jose.jwt |
| Modifier and Type | Method and Description |
|---|---|
JwtToken |
JwtAuthenticationFilter.JwtPrincipal.getJwt() |
protected JwtToken |
JwtAuthenticationClientFilter.getJwtToken(javax.ws.rs.client.ClientRequestContext requestContext) |
JwtToken |
JwtTokenSecurityContext.getToken() |
| Constructor and Description |
|---|
JwtAuthenticationFilter.JwtPrincipal(JwtToken jwt) |
JwtTokenSecurityContext(JwtToken jwt) |
| Modifier and Type | Method and Description |
|---|---|
JwtToken |
JweJwtCompactConsumer.decryptWith(JsonWebKey key) |
JwtToken |
JweJwtCompactConsumer.decryptWith(JweDecryptionProvider jwe) |
JwtToken |
JweJwtCompactConsumer.decryptWith(RSAPrivateKey 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,
JwtTokenReaderWriter w) |
| Modifier and Type | Method and Description |
|---|---|
JwtToken |
JwtTokenReaderWriter.fromJson(JwtTokenJson pair) |
protected JwtToken |
AbstractJoseJwtConsumer.getJwtToken(String wrappedJwtToken,
boolean jweOnly) |
protected JwtToken |
AbstractJoseJwtConsumer.validateToken(JwsJwtCompactConsumer consumer,
JwtToken jwt,
JwsSignatureVerifier jws) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractJoseJwtProducer.processJwt(JwtToken jwt,
boolean jwsRequired,
boolean jweRequired) |
JwtTokenJson |
JwtTokenReaderWriter.tokenToJson(JwtToken token) |
protected JwtToken |
AbstractJoseJwtConsumer.validateToken(JwsJwtCompactConsumer consumer,
JwtToken jwt,
JwsSignatureVerifier jws) |
Apache CXF