Class AbstractJwsJsonWriterProvider

java.lang.Object
org.apache.cxf.rs.security.jose.jaxrs.AbstractJwsJsonWriterProvider
Direct Known Subclasses:
JwsJsonWriterInterceptor

public class AbstractJwsJsonWriterProvider extends Object
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • AbstractJwsJsonWriterProvider

      public AbstractJwsJsonWriterProvider()
  • Method Details

    • setSignatureProvider

      public void setSignatureProvider(org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider signatureProvider)
    • setSignatureProviders

      public void setSignatureProviders(List<org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider> signatureProviders)
    • getPropertyLocations

      protected List<String> getPropertyLocations()
    • getInitializedSigProviders

      protected List<org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider> getInitializedSigProviders(List<String> propLocs, List<org.apache.cxf.rs.security.jose.jws.JwsHeaders> protectedHeaders)
    • writeJws

      protected void writeJws(org.apache.cxf.rs.security.jose.jws.JwsJsonProducer p, OutputStream os) throws IOException
      Throws:
      IOException