public class OAuthJoseJwtProducer
extends org.apache.cxf.rs.security.jose.jwt.JoseJwtProducer
| Constructor and Description |
|---|
OAuthJoseJwtProducer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.rs.security.jose.jwe.JweEncryptionProvider |
getInitializedEncryptionProvider(String clientSecret) |
protected org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider |
getInitializedSignatureProvider(String clientSecret) |
boolean |
isEncryptWithClientSecret() |
boolean |
isSignWithClientSecret() |
String |
processJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt,
String clientSecret) |
void |
setEncryptWithClientSecret(boolean encryptWithClientSecret) |
void |
setSignWithClientSecret(boolean signWithClientSecret) |
processJwt, processJwtpublic String processJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt, String clientSecret)
protected org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider getInitializedSignatureProvider(String clientSecret)
protected org.apache.cxf.rs.security.jose.jwe.JweEncryptionProvider getInitializedEncryptionProvider(String clientSecret)
public void setEncryptWithClientSecret(boolean encryptWithClientSecret)
public void setSignWithClientSecret(boolean signWithClientSecret)
public boolean isSignWithClientSecret()
public boolean isEncryptWithClientSecret()
Apache CXF