Class OAuthServerJoseJwtProducer

java.lang.Object
org.apache.cxf.rs.security.jose.common.AbstractJoseProducer
org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer
org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducer

public class OAuthServerJoseJwtProducer extends OAuthJoseJwtProducer
  • Constructor Details

    • OAuthServerJoseJwtProducer

      public OAuthServerJoseJwtProducer()
  • Method Details

    • processJwt

      public String processJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt, Client client)
    • getInitializedEncryptionProvider

      protected org.apache.cxf.rs.security.jose.jwe.JweEncryptionProvider getInitializedEncryptionProvider(Client c)
    • getInitializedSignatureProvider

      protected org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider getInitializedSignatureProvider(Client c)
    • setEncryptWithClientCertificates

      public void setEncryptWithClientCertificates(boolean encryptWithClientCertificates)