Package org.apache.cxf.rs.security.xml
Class XmlSigInHandler
- java.lang.Object
-
- org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
-
- org.apache.cxf.rs.security.xml.AbstractXmlSigInHandler
-
- org.apache.cxf.rs.security.xml.XmlSigInHandler
-
- All Implemented Interfaces:
javax.ws.rs.container.ContainerRequestFilter
@PreMatching public class XmlSigInHandler extends AbstractXmlSigInHandler implements javax.ws.rs.container.ContainerRequestFilter
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
ENC_NS, ENC_PREFIX, SIG_NS, SIG_PREFIX, SIGNING_CERT, SIGNING_PUBLIC_KEY, WSU_NS
-
-
Constructor Summary
Constructors Constructor Description XmlSigInHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(javax.ws.rs.container.ContainerRequestContext context)-
Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSigInHandler
checkSignature, getReference, getUserName, isEnveloping, setKeyInfoMustBeAvailable, setPersistSignature, setRemoveSignature, setSignatureProperties, setSubjectConstraints, validateReference
-
Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
getDocument, getNode, isServerGet, setAllowEmptyBody, throwFault
-
-