org.apache.cxf.rs.security.jose.jaxrs
Class AbstractJwsJsonWriterProvider
java.lang.Object
org.apache.cxf.rs.security.jose.jaxrs.AbstractJwsJsonWriterProvider
- Direct Known Subclasses:
- JwsJsonWriterInterceptor
public class AbstractJwsJsonWriterProvider
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
AbstractJwsJsonWriterProvider
public AbstractJwsJsonWriterProvider()
setSignatureProvider
public void setSignatureProvider(JwsSignatureProvider signatureProvider)
setSignatureProviders
public void setSignatureProviders(List<JwsSignatureProvider> signatureProviders)
getInitializedSigProviders
protected List<JwsSignatureProvider> getInitializedSigProviders()
writeJws
protected void writeJws(JwsJsonProducer p,
OutputStream os)
throws IOException
- Throws:
IOException
Apache CXF