Apache CXF API

org.apache.cxf.rs.security.saml
Class SamlEnvelopedInHandler

java.lang.Object
  extended by org.apache.cxf.rs.security.saml.AbstractSamlInHandler
      extended by org.apache.cxf.rs.security.saml.SamlEnvelopedInHandler
All Implemented Interfaces:
javax.ws.rs.container.ContainerRequestFilter

public class SamlEnvelopedInHandler
extends AbstractSamlInHandler


Constructor Summary
SamlEnvelopedInHandler()
           
 
Method Summary
 void filter(javax.ws.rs.container.ContainerRequestContext context)
           
protected  Element getNode(Element parent, String ns, String name)
           
 void setBodyIsRoot(boolean bodyIsRoot)
           
 
Methods inherited from class org.apache.cxf.rs.security.saml.AbstractSamlInHandler
checkBearer, checkHolderOfKey, checkSenderVouches, checkSubjectConfirmationData, createKeyInfoFromDefaultAlias, readToken, setKeyInfoMustBeAvailable, setSecurityContext, setSecurityContextProvider, setValidator, throwFault, toWrapper, validateToken, validateToken, validateToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlEnvelopedInHandler

public SamlEnvelopedInHandler()
Method Detail

filter

public void filter(javax.ws.rs.container.ContainerRequestContext context)

getNode

protected Element getNode(Element parent,
                          String ns,
                          String name)

setBodyIsRoot

public void setBodyIsRoot(boolean bodyIsRoot)

Apache CXF API

Apache CXF