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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.rs.security.jose.jwe.JweEncryptionProviderprotected org.apache.cxf.rs.security.jose.jws.JwsSignatureProviderprocessJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt, Client client) voidsetEncryptWithClientCertificates(boolean encryptWithClientCertificates) Methods inherited from class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
getInitializedEncryptionProvider, getInitializedSignatureProvider, isEncryptWithClientSecret, isSignWithClientSecret, processJwt, setEncryptWithClientSecret, setSignWithClientSecretMethods inherited from class org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer
processJwt, processJwtMethods inherited from class org.apache.cxf.rs.security.jose.common.AbstractJoseProducer
checkProcessRequirements, getInitializedEncryptionProvider, getInitializedSignatureProvider, isJweRequired, isJwsRequired, setEncryptionProvider, setJweRequired, setJwsRequired, setSignatureProvider
-
Constructor Details
-
OAuthServerJoseJwtProducer
public OAuthServerJoseJwtProducer()
-
-
Method Details
-
processJwt
-
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)
-