org.apache.cxf.rs.security.jose.jwt
Class AbstractJoseJwtProducer
java.lang.Object
org.apache.cxf.rs.security.jose.jwt.AbstractJoseJwtProducer
- Direct Known Subclasses:
- JwtAuthenticationClientFilter
public abstract class AbstractJoseJwtProducer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJoseJwtProducer
public AbstractJoseJwtProducer()
processJwt
protected String processJwt(JwtToken jwt,
boolean jwsRequired,
boolean jweRequired)
getInitializedSigProvider
protected JwsSignatureProvider getInitializedSigProvider(boolean jwsRequired,
boolean jweRequired)
getInitializedEncryptionProvider
protected JweEncryptionProvider getInitializedEncryptionProvider(boolean required)
Apache CXF