Uses of Class
org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
-
-
Uses of OAuthJoseJwtProducer in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type OAuthJoseJwtProducer Modifier and Type Method Description voidClientCodeRequestFilter. setCodeRequestJoseProducer(OAuthJoseJwtProducer codeRequestJoseProducer) -
Uses of OAuthJoseJwtProducer in org.apache.cxf.rs.security.oauth2.grants.code
Methods in org.apache.cxf.rs.security.oauth2.grants.code that return OAuthJoseJwtProducer Modifier and Type Method Description OAuthJoseJwtProducerJwtRequestCodeGrant. getJoseProducer()Methods in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type OAuthJoseJwtProducer Modifier and Type Method Description voidJwtRequestCodeGrant. setJoseProducer(OAuthJoseJwtProducer joseProducer) -
Uses of OAuthJoseJwtProducer in org.apache.cxf.rs.security.oauth2.provider
Subclasses of OAuthJoseJwtProducer in org.apache.cxf.rs.security.oauth2.provider Modifier and Type Class Description classOAuthServerJoseJwtProducerMethods in org.apache.cxf.rs.security.oauth2.provider that return OAuthJoseJwtProducer Modifier and Type Method Description OAuthJoseJwtProducerAbstractOAuthDataProvider. getJwtAccessTokenProducer()Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type OAuthJoseJwtProducer Modifier and Type Method Description voidAbstractOAuthDataProvider. setJwtAccessTokenProducer(OAuthJoseJwtProducer jwtAccessTokenProducer) -
Uses of OAuthJoseJwtProducer in org.apache.cxf.rs.security.oidc.idp
Subclasses of OAuthJoseJwtProducer in org.apache.cxf.rs.security.oidc.idp Modifier and Type Class Description classIdTokenResponseFilterclassUserInfoServiceMethods in org.apache.cxf.rs.security.oidc.idp with parameters of type OAuthJoseJwtProducer Modifier and Type Method Description voidOidcImplicitService. setIdTokenJoseHandler(OAuthJoseJwtProducer idTokenJoseHandler)
-