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

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

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

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

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

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

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

Methods in org.jboss.seam.security.external.saml that return LogoutRequestType
 LogoutRequestType SamlMessageFactory.createLogoutRequest(SamlNameId samlNameId, String sessionIndex)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.