Uses of Class
org.apache.cxf.rs.security.jose.jwt.JwtToken
Packages that use JwtToken
Package
Description
-
Uses of JwtToken in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs that return JwtTokenModifier and TypeMethodDescriptionprotected JwtTokenJwtAuthenticationClientFilter.getJwtToken(jakarta.ws.rs.client.ClientRequestContext requestContext) JwtTokenSecurityContext.getToken()Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwtTokenModifier and TypeMethodDescriptionprotected SecurityContextAbstractJwtAuthenticationFilter.configureSecurityContext(JwtToken jwt) protected voidAbstractJwtAuthenticationFilter.validateToken(JwtToken jwt) Constructors in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwtToken -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JwtTokenModifier and TypeMethodDescriptionJweJwtCompactConsumer.decryptWith(PrivateKey key) JweJwtCompactConsumer.decryptWith(SecretKey key) JweJwtCompactConsumer.decryptWith(JweDecryptionProvider jwe) JweJwtCompactConsumer.decryptWith(JsonWebKey key) Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type JwtToken -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return JwtTokenConstructors in org.apache.cxf.rs.security.jose.jws with parameters of type JwtToken -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt that return JwtTokenModifier and TypeMethodDescriptionJoseJwtConsumer.getJwtToken(String wrappedJwtToken) JoseJwtConsumer.getJwtToken(String wrappedJwtToken, JweDecryptionProvider theDecryptor, JwsSignatureVerifier theSigVerifier) JoseJwtProducerConsumer.getJwtToken(String wrappedJwtToken) Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JwtTokenModifier and TypeMethodDescriptionprotected JwsSignatureVerifierJoseJwtConsumer.getInitializedSignatureVerifier(JwtToken jwt) JoseJwtProducer.processJwt(JwtToken jwt) JoseJwtProducer.processJwt(JwtToken jwt, JweEncryptionProvider theEncProvider, JwsSignatureProvider theSigProvider) JoseJwtProducerConsumer.processJwt(JwtToken jwt) protected voidJoseJwtConsumer.validateToken(JwtToken jwt) -
Uses of JwtToken in org.apache.cxf.rs.security.oauth2.grants.jwt
Methods in org.apache.cxf.rs.security.oauth2.grants.jwt that return JwtTokenMethods in org.apache.cxf.rs.security.oauth2.grants.jwt with parameters of type JwtTokenModifier and TypeMethodDescriptionprotected SecurityContextJwtBearerAuthHandler.configureSecurityContext(JwtToken token) protected voidJwtBearerAuthHandler.validateToken(JwtToken jwt) Constructors in org.apache.cxf.rs.security.oauth2.grants.jwt with parameters of type JwtToken -
Uses of JwtToken in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider that return JwtTokenModifier and TypeMethodDescriptionOAuthJoseJwtConsumer.getJwtToken(String wrappedJwtToken, String clientSecret) OAuthServerJoseJwtConsumer.getJwtToken(String wrappedJwtToken, Client client) Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type JwtTokenModifier and TypeMethodDescriptionOAuthJoseJwtProducer.processJwt(JwtToken jwt, String clientSecret) OAuthServerJoseJwtProducer.processJwt(JwtToken jwt, Client client) -
Uses of JwtToken in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type JwtToken -
Uses of JwtToken in org.apache.cxf.rs.security.oidc.rp
Methods in org.apache.cxf.rs.security.oidc.rp that return JwtTokenModifier and TypeMethodDescriptionIdTokenReader.getIdJwtToken(String idJwtToken, Consumer client) IdTokenReader.getIdJwtToken(ClientAccessToken at, String code, Consumer client) IdTokenReader.getIdJwtToken(ClientAccessToken at, Consumer client) UserInfoClient.getUserInfoJwt(String profileJwtToken, Consumer client) Methods in org.apache.cxf.rs.security.oidc.rp with parameters of type JwtTokenModifier and TypeMethodDescriptionprotected JwsSignatureVerifierOidcClaimsValidator.getInitializedSignatureVerifier(JwtToken jwt) UserInfoClient.getUserInfoFromJwt(JwtToken jwt, IdToken idToken, Consumer client) -
Uses of JwtToken in org.apache.cxf.rs.security.oidc.utils
Methods in org.apache.cxf.rs.security.oidc.utils with parameters of type JwtTokenModifier and TypeMethodDescriptionstatic voidOidcUtils.validateAccessTokenHash(String accessToken, JwtToken jwt, boolean required) static voidOidcUtils.validateAccessTokenHash(ClientAccessToken at, JwtToken jwt) static voidOidcUtils.validateAccessTokenHash(ClientAccessToken at, JwtToken jwt, boolean required) static voidOidcUtils.validateCodeHash(String code, JwtToken jwt) static voidOidcUtils.validateCodeHash(String code, JwtToken jwt, boolean required) -
Uses of JwtToken in org.apache.cxf.sts.token.realm
Methods in org.apache.cxf.sts.token.realm with parameters of type JwtTokenModifier and TypeMethodDescriptionJWTRealmCodec.getRealmFromToken(JwtToken token) Get the realm associated with the JwtToken parameter -
Uses of JwtToken in org.apache.cxf.sts.token.validator.jwt
Methods in org.apache.cxf.sts.token.validator.jwt with parameters of type JwtTokenModifier and TypeMethodDescriptionDefaultJWTRoleParser.parseRolesFromToken(Principal principal, Subject subject, JwtToken token) Return the set of User/Principal roles from the token.JWTRoleParser.parseRolesFromToken(Principal principal, Subject subject, JwtToken token) Return the set of User/Principal roles from the token.protected voidJWTTokenValidator.validateToken(JwtToken jwt)