Apache CXF API

org.apache.cxf.rs.security.xml
Class XmlSigInHandler

java.lang.Object
  extended by org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
      extended by org.apache.cxf.rs.security.xml.AbstractXmlSigInHandler
          extended by 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


Constructor Summary
XmlSigInHandler()
           
 
Method Summary
 void filter(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, validateReference
 
Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
getDocument, getNode, setAllowEmptyBody, throwFault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSigInHandler

public XmlSigInHandler()
Method Detail

filter

public void filter(javax.ws.rs.container.ContainerRequestContext context)
Specified by:
filter in interface javax.ws.rs.container.ContainerRequestFilter

Apache CXF API

Apache CXF