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

Packages that use IDPSSODescriptorType
org.jboss.seam.security.external.jaxb.samlv2.metadata   
org.jboss.seam.security.external.saml.sp   
 

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

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

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

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

Uses of IDPSSODescriptorType in org.jboss.seam.security.external.saml.sp
 

Methods in org.jboss.seam.security.external.saml.sp with parameters of type IDPSSODescriptorType
 SamlExternalIdentityProvider SamlSpBean.addExternalIdentityProvider(String entityId, IDPSSODescriptorType idpSsoDescriptor)
           
 

Constructors in org.jboss.seam.security.external.saml.sp with parameters of type IDPSSODescriptorType
SamlExternalIdentityProvider(String entityId, IDPSSODescriptorType IDPSSODescriptor)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.