Package org.apache.cxf.rs.security.xml
Class AbstractXmlSecInHandler
- java.lang.Object
-
- org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
-
- Direct Known Subclasses:
AbstractXmlEncInHandler,AbstractXmlSigInHandler
public abstract class AbstractXmlSecInHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringENC_NSprotected static StringENC_PREFIXprotected static StringSIG_NSprotected static StringSIG_PREFIXstatic StringSIGNING_CERTA key used to reference the cert that was used to verify the signed requeststatic StringSIGNING_PUBLIC_KEYA key used to reference the public key that was used to verify the signed requestprotected static StringWSU_NS
-
Constructor Summary
Constructors Constructor Description AbstractXmlSecInHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DocumentgetDocument(Message message)protected ElementgetNode(Element parent, String ns, String name, int index)protected booleanisServerGet(Message message)voidsetAllowEmptyBody(boolean allow)protected voidthrowFault(String error, Exception ex)
-
-
-
Field Detail
-
SIGNING_CERT
public static final String SIGNING_CERT
A key used to reference the cert that was used to verify the signed request- See Also:
- Constant Field Values
-
SIGNING_PUBLIC_KEY
public static final String SIGNING_PUBLIC_KEY
A key used to reference the public key that was used to verify the signed request- See Also:
- Constant Field Values
-
SIG_NS
protected static final String SIG_NS
- See Also:
- Constant Field Values
-
SIG_PREFIX
protected static final String SIG_PREFIX
- See Also:
- Constant Field Values
-
ENC_NS
protected static final String ENC_NS
- See Also:
- Constant Field Values
-
ENC_PREFIX
protected static final String ENC_PREFIX
- See Also:
- Constant Field Values
-
WSU_NS
protected static final String WSU_NS
- See Also:
- Constant Field Values
-
-
Method Detail
-
setAllowEmptyBody
public void setAllowEmptyBody(boolean allow)
-
isServerGet
protected boolean isServerGet(Message message)
-
-