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:
RequestHandler

public class SamlEnvelopedInHandler
extends AbstractSamlInHandler


Constructor Summary
SamlEnvelopedInHandler()
           
 
Method Summary
protected  Element getNode(Element parent, String ns, String name)
           
 javax.ws.rs.core.Response handleRequest(Message message, ClassResourceInfo resourceClass)
           
 void setBodyIsRoot(boolean bodyIsRoot)
           
 
Methods inherited from class org.apache.cxf.rs.security.saml.AbstractSamlInHandler
checkBearer, checkHolderOfKey, checkSenderVouches, checkSubjectConfirmationData, setSecurityContext, setSecurityContextProvider, setValidator, throwFault, 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

handleRequest

public javax.ws.rs.core.Response handleRequest(Message message,
                                               ClassResourceInfo resourceClass)

getNode

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

setBodyIsRoot

public void setBodyIsRoot(boolean bodyIsRoot)

Apache CXF API

Apache CXF