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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata with type parameters of type KeyDescriptorType
protected  List<KeyDescriptorType> AffiliationDescriptorType.keyDescriptor
           
protected  List<KeyDescriptorType> RoleDescriptorType.keyDescriptor
           
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return types with arguments of type KeyDescriptorType
 JAXBElement<KeyDescriptorType> ObjectFactory.createKeyDescriptor(KeyDescriptorType value)
          Create an instance of JAXBElement<KeyDescriptorType>}
 List<KeyDescriptorType> AffiliationDescriptorType.getKeyDescriptor()
          Gets the value of the keyDescriptor property.
 List<KeyDescriptorType> RoleDescriptorType.getKeyDescriptor()
          Gets the value of the keyDescriptor property.
 

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

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

Constructor parameters in org.jboss.seam.security.external.saml with type arguments of type KeyDescriptorType
SamlExternalEntity(String entityId, List<KeyDescriptorType> keyDescriptors)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.