org.apache.cxf.rs.security.xml
Class XmlSigOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
org.apache.cxf.rs.security.xml.XmlSigOutInterceptor
- All Implemented Interfaces:
- org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.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()
setStyle
public void setStyle(String style)
setSignatureAlgorithm
public void setSignatureAlgorithm(String algo)
setDigestAlgorithm
public void setDigestAlgorithm(String algo)
processDocument
protected Document processDocument(org.apache.cxf.message.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