Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.metadata.SPSSODescriptorType

Packages that use SPSSODescriptorType
org.jboss.seam.security.external.jaxb.samlv2.metadata   
org.jboss.seam.security.external.saml.idp   
 

Uses of SPSSODescriptorType in org.jboss.seam.security.external.jaxb.samlv2.metadata
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return SPSSODescriptorType
 SPSSODescriptorType ObjectFactory.createSPSSODescriptorType()
          Create an instance of SPSSODescriptorType
 

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

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

Uses of SPSSODescriptorType in org.jboss.seam.security.external.saml.idp
 

Methods in org.jboss.seam.security.external.saml.idp with parameters of type SPSSODescriptorType
 SamlExternalServiceProvider SamlIdpBean.addExternalServiceProvider(String entityId, SPSSODescriptorType spSsoDescriptor)
           
 

Constructors in org.jboss.seam.security.external.saml.idp with parameters of type SPSSODescriptorType
SamlExternalServiceProvider(String entityId, SPSSODescriptorType SPSSODescriptor)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.