Package org.apache.cxf.rs.security.xml
Class AbstractXmlSecInHandler
java.lang.Object
org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
- Direct Known Subclasses:
AbstractXmlEncInHandler,AbstractXmlSigInHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringstatic final StringA key used to reference the cert that was used to verify the signed requeststatic final StringA key used to reference the public key that was used to verify the signed requestprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DocumentgetDocument(Message message) protected Elementprotected booleanisServerGet(Message message) voidsetAllowEmptyBody(boolean allow) protected voidthrowFault(String error, Exception ex)
-
Field Details
-
SIGNING_CERT
A key used to reference the cert that was used to verify the signed request- See Also:
-
SIGNING_PUBLIC_KEY
A key used to reference the public key that was used to verify the signed request- See Also:
-
SIG_NS
- See Also:
-
SIG_PREFIX
- See Also:
-
ENC_NS
- See Also:
-
ENC_PREFIX
- See Also:
-
WSU_NS
- See Also:
-
-
Constructor Details
-
AbstractXmlSecInHandler
public AbstractXmlSecInHandler()
-
-
Method Details
-
setAllowEmptyBody
public void setAllowEmptyBody(boolean allow) -
getDocument
-
isServerGet
-
throwFault
-
getNode
-