Uses of Class
org.apache.cxf.rs.security.jose.jwt.JwtToken
-
-
Uses of JwtToken in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs that return JwtToken Modifier and Type Method Description protected JwtTokenJwtAuthenticationClientFilter. getJwtToken(javax.ws.rs.client.ClientRequestContext requestContext)JwtTokenJwtTokenSecurityContext. getToken()Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwtToken Modifier and Type Method Description protected SecurityContextAbstractJwtAuthenticationFilter. configureSecurityContext(JwtToken jwt)protected voidAbstractJwtAuthenticationFilter. validateToken(JwtToken jwt)Constructors in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwtToken Constructor Description JwtTokenSecurityContext(JwtToken jwt, String roleClaim) -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JwtToken Modifier and Type Method Description JwtTokenJweJwtCompactConsumer. decryptWith(PrivateKey key)JwtTokenJweJwtCompactConsumer. decryptWith(SecretKey key)JwtTokenJweJwtCompactConsumer. decryptWith(JweDecryptionProvider jwe)JwtTokenJweJwtCompactConsumer. decryptWith(JsonWebKey key)Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type JwtToken Constructor Description JweJwtCompactProducer(JwtToken token) -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return JwtToken Modifier and Type Method Description JwtTokenJwsJwtCompactConsumer. getJwtToken()Constructors in org.apache.cxf.rs.security.jose.jws with parameters of type JwtToken Constructor Description JwsJwtCompactProducer(JwtToken token)JwsJwtCompactProducer(JwtToken token, JsonMapObjectReaderWriter w) -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt that return JwtToken Modifier and Type Method Description JwtTokenJoseJwtConsumer. getJwtToken(String wrappedJwtToken)JwtTokenJoseJwtConsumer. getJwtToken(String wrappedJwtToken, JweDecryptionProvider theDecryptor, JwsSignatureVerifier theSigVerifier)JwtTokenJoseJwtProducerConsumer. getJwtToken(String wrappedJwtToken)Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JwtToken Modifier and Type Method Description protected JwsSignatureVerifierJoseJwtConsumer. getInitializedSignatureVerifier(JwtToken jwt)StringJoseJwtProducer. processJwt(JwtToken jwt)StringJoseJwtProducer. processJwt(JwtToken jwt, JweEncryptionProvider theEncProvider, JwsSignatureProvider theSigProvider)StringJoseJwtProducerConsumer. 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 JwtToken Modifier and Type Method Description JwtTokenJwtUserSubject. getToken()Methods in org.apache.cxf.rs.security.oauth2.grants.jwt with parameters of type JwtToken Modifier and Type Method Description protected SecurityContextJwtBearerAuthHandler. configureSecurityContext(JwtToken token)protected voidJwtBearerAuthHandler. validateToken(JwtToken jwt)Constructors in org.apache.cxf.rs.security.oauth2.grants.jwt with parameters of type JwtToken Constructor Description JwtUserSubject(String user, JwtToken token) -
Uses of JwtToken in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider that return JwtToken Modifier and Type Method Description JwtTokenOAuthJoseJwtConsumer. getJwtToken(String wrappedJwtToken, String clientSecret)JwtTokenOAuthServerJoseJwtConsumer. getJwtToken(String wrappedJwtToken, Client client)Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type JwtToken Modifier and Type Method Description StringOAuthJoseJwtProducer. processJwt(JwtToken jwt, String clientSecret)StringOAuthServerJoseJwtProducer. 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 Modifier and Type Method Description StringIdTokenResponseFilter. processJwt(JwtToken jwt, Client client) -
Uses of JwtToken in org.apache.cxf.rs.security.oidc.rp
Methods in org.apache.cxf.rs.security.oidc.rp that return JwtToken Modifier and Type Method Description JwtTokenIdTokenReader. getIdJwtToken(String idJwtToken, Consumer client)JwtTokenIdTokenReader. getIdJwtToken(ClientAccessToken at, String code, Consumer client)JwtTokenIdTokenReader. getIdJwtToken(ClientAccessToken at, Consumer client)JwtTokenUserInfoClient. getUserInfoJwt(String profileJwtToken, Consumer client)Methods in org.apache.cxf.rs.security.oidc.rp with parameters of type JwtToken Modifier and Type Method Description protected JwsSignatureVerifierOidcClaimsValidator. getInitializedSignatureVerifier(JwtToken jwt)UserInfoUserInfoClient. 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 JwtToken Modifier and Type Method Description static 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 JwtToken Modifier and Type Method Description StringJWTRealmCodec. 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 JwtToken Modifier and Type Method Description Set<Principal>DefaultJWTRoleParser. parseRolesFromToken(Principal principal, Subject subject, JwtToken token)Return the set of User/Principal roles from the token.Set<Principal>JWTRoleParser. parseRolesFromToken(Principal principal, Subject subject, JwtToken token)Return the set of User/Principal roles from the token.protected voidJWTTokenValidator. validateToken(JwtToken jwt)
-