Uses of Class
org.apache.cxf.rs.security.jose.jwt.JoseJwtConsumer
-
-
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.jose.jaxrs
Subclasses of JoseJwtConsumer in org.apache.cxf.rs.security.jose.jaxrs Modifier and Type Class Description classAbstractJwtAuthenticationFilterclassJwtAuthenticationFilterclassJwtCookieAuthenticationFilter -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JoseJwtConsumer Modifier and Type Method Description voidJoseJwtProducerConsumer. setConsumer(JoseJwtConsumer consumer) -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.filters
Subclasses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.filters Modifier and Type Class Description classJwsJwksJwtAccessTokenValidatorValidate Access Token signature using JWK Set fromAuthorizationMetadata.getJwksURL()according toJoseHeaders.getKeyId()classJwtAccessTokenValidator -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.grants.code
Subclasses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.grants.code Modifier and Type Class Description classJwtRequestCodeFilter -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.grants.jwt
Subclasses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.grants.jwt Modifier and Type Class Description classJwtBearerAuthHandler -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.provider
Subclasses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.provider Modifier and Type Class Description classOAuthJoseJwtConsumerclassOAuthServerJoseJwtConsumerMethods in org.apache.cxf.rs.security.oauth2.provider with parameters of type JoseJwtConsumer Modifier and Type Method Description voidJCacheOAuthDataProvider. setJwtTokenConsumer(JoseJwtConsumer jwtTokenConsumer) -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return JoseJwtConsumer Modifier and Type Method Description JoseJwtConsumerAbstractAccessTokenValidator. getJwtTokenConsumer()JoseJwtConsumerTokenIntrospectionService. getJwtTokenConsumer()Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type JoseJwtConsumer Modifier and Type Method Description voidAbstractAccessTokenValidator. setJwtTokenConsumer(JoseJwtConsumer jwtTokenConsumer)voidTokenIntrospectionService. setJwtTokenConsumer(JoseJwtConsumer jwtTokenConsumer) -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils with parameters of type JoseJwtConsumer Modifier and Type Method Description static ServerAccessTokenJwtTokenUtils. createAccessTokenFromJwt(JoseJwtConsumer consumer, String jose, ClientRegistrationProvider clientProvider, Map<String,String> claimsMap) -
Uses of JoseJwtConsumer in org.apache.cxf.rs.security.oidc.rp
Subclasses of JoseJwtConsumer in org.apache.cxf.rs.security.oidc.rp Modifier and Type Class Description classIdTokenReaderclassOidcClaimsValidatorclassUserInfoClient
-