Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.protocol.ResponseType

Packages that use ResponseType
org.jboss.seam.security.external.jaxb.samlv2.protocol   
org.jboss.seam.security.external.saml   
 

Uses of ResponseType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return ResponseType
 ResponseType ObjectFactory.createResponseType()
          Create an instance of ResponseType
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return types with arguments of type ResponseType
 JAXBElement<ResponseType> ObjectFactory.createResponse(ResponseType value)
          Create an instance of JAXBElement<ResponseType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type ResponseType
 JAXBElement<ResponseType> ObjectFactory.createResponse(ResponseType value)
          Create an instance of JAXBElement<ResponseType>}
 

Uses of ResponseType in org.jboss.seam.security.external.saml
 

Methods in org.jboss.seam.security.external.saml that return ResponseType
 ResponseType SamlMessageFactory.createResponse(SamlIdpSession session, SamlEndpoint externalSamlEndpoint)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.