org.apache.cxf.rs.security.xml
Class XmlSigOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
org.apache.cxf.rs.security.xml.XmlSigOutInterceptor
- All Implemented Interfaces:
- Interceptor<Message>, PhaseInterceptor<Message>
public class XmlSigOutInterceptor
- extends AbstractXmlSecOutInterceptor
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENVELOPED_SIG
public static final String ENVELOPED_SIG
- See Also:
- Constant Field Values
ENVELOPING_SIG
public static final String ENVELOPING_SIG
- See Also:
- Constant Field Values
DETACHED_SIG
public static final String DETACHED_SIG
- See Also:
- Constant Field Values
DEFAULT_ENV_PREFIX
public static final String DEFAULT_ENV_PREFIX
- See Also:
- Constant Field Values
DEFAULT_ENV_QNAME
public static final QName DEFAULT_ENV_QNAME
XmlSigOutInterceptor
public XmlSigOutInterceptor()
setSignatureProperties
public void setSignatureProperties(SignatureProperties props)
setStyle
public void setStyle(String style)
setKeyInfoMustBeAvailable
public void setKeyInfoMustBeAvailable(boolean use)
setSignatureAlgorithm
public void setSignatureAlgorithm(String algo)
setDigestAlgorithm
public void setDigestAlgorithm(String algo)
processDocument
protected Document processDocument(Message message,
Document doc)
throws Exception
- Specified by:
processDocument
in class AbstractXmlSecOutInterceptor
- Throws:
Exception
setEnvelopeName
public void setEnvelopeName(String expandedName)
setEnvelopeQName
public void setEnvelopeQName(QName name)
Apache CXF