Package org.apache.cxf.rs.security.saml
Class SamlEnvelopedOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
-
- org.apache.cxf.rs.security.saml.SamlEnvelopedOutInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
public class SamlEnvelopedOutInterceptor extends AbstractXmlSecOutInterceptor
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
ENC_NS, ENC_PREFIX, SIG_NS, SIG_PREFIX, WSU_NS
-
-
Constructor Summary
Constructors Constructor Description SamlEnvelopedOutInterceptor()SamlEnvelopedOutInterceptor(boolean signLater)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DocumentprocessDocument(Message message, Document doc)voidsetEnvelopeName(String expandedName)voidsetEnvelopeQName(QName name)-
Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
handleMessage
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Method Detail
-
processDocument
protected Document processDocument(Message message, Document doc) throws Exception
- Specified by:
processDocumentin classAbstractXmlSecOutInterceptor- Throws:
Exception
-
setEnvelopeName
public void setEnvelopeName(String expandedName)
-
setEnvelopeQName
public void setEnvelopeQName(QName name)
-
-