org.apache.cxf.rs.security.oauth2.jwt.jaxrs
Class AbstractJwsWriterProvider

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

public class AbstractJwsWriterProvider
extends Object


Constructor Summary
AbstractJwsWriterProvider()
           
 
Method Summary
protected  JwsSignatureProvider getInitializedSigProvider()
           
 void setSignatureProvider(JwsSignatureProvider signatureProvider)
           
protected  void writeJws(JwsCompactProducer p, 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()

writeJws

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


Apache CXF