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 Summary
Constructors Constructor Description OAuthServerJoseJwtProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.cxf.rs.security.jose.jwe.JweEncryptionProvidergetInitializedEncryptionProvider(Client c)protected org.apache.cxf.rs.security.jose.jws.JwsSignatureProvidergetInitializedSignatureProvider(Client c)StringprocessJwt(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, setSignWithClientSecret
-
Methods inherited from class org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer
processJwt, processJwt
-
-
-
-
Method Detail
-
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)
-
-