org.apache.cxf.rs.security.jose.jwt
Class AbstractJoseJwtProducer

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwt.AbstractJoseJwtProducer
Direct Known Subclasses:
JwtAuthenticationClientFilter

public abstract class AbstractJoseJwtProducer
extends Object


Constructor Summary
AbstractJoseJwtProducer()
           
 
Method Summary
protected  JweEncryptionProvider getInitializedEncryptionProvider(boolean required)
           
protected  JwsSignatureProvider getInitializedSigProvider(boolean jwsRequired, boolean jweRequired)
           
protected  String processJwt(JwtToken jwt, boolean jwsRequired, boolean jweRequired)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJoseJwtProducer

public AbstractJoseJwtProducer()
Method Detail

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