org.apache.cxf.rs.security.jose.jaxrs
Class AbstractJwsWriterProvider

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jaxrs.AbstractJwsWriterProvider
Direct Known Subclasses:
JwsJwtMessageBodyWriter, JwsWriterInterceptor

public class AbstractJwsWriterProvider
extends Object


Constructor Summary
AbstractJwsWriterProvider()
           
 
Method Summary
protected  JwsSignatureProvider getInitializedSigProvider(JwtHeaders headers)
           
 void setSignatureProvider(JwsSignatureProvider signatureProvider)
           
protected  void writeJws(JwsCompactProducer p, JwsSignatureProvider theSigProvider, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJwsWriterProvider

public AbstractJwsWriterProvider()
Method Detail

setSignatureProvider

public void setSignatureProvider(JwsSignatureProvider signatureProvider)

getInitializedSigProvider

protected JwsSignatureProvider getInitializedSigProvider(JwtHeaders headers)

writeJws

protected void writeJws(JwsCompactProducer p,
                        JwsSignatureProvider theSigProvider,
                        OutputStream os)
                 throws IOException
Throws:
IOException


Apache CXF