PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.metadata.EntityDescriptorType

Packages that use EntityDescriptorType
org.picketlink.identity.federation.api.saml.v2.metadata   
org.picketlink.identity.federation.core.saml.md.providers   
org.picketlink.identity.federation.core.saml.v2.metadata.store   
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.core.util   
 

Uses of EntityDescriptorType in org.picketlink.identity.federation.api.saml.v2.metadata
 

Methods in org.picketlink.identity.federation.api.saml.v2.metadata that return EntityDescriptorType
static EntityDescriptorType MetaDataBuilder.createEntityDescriptor(SSODescriptorType idpOrSPDescriptor)
          Create an Entity Descriptor
 

Methods in org.picketlink.identity.federation.api.saml.v2.metadata with parameters of type EntityDescriptorType
static String MetaDataExtractor.toString(EntityDescriptorType edt)
          Generate a string from the information in the metadata
 

Uses of EntityDescriptorType in org.picketlink.identity.federation.core.saml.md.providers
 

Methods in org.picketlink.identity.federation.core.saml.md.providers that return EntityDescriptorType
static EntityDescriptorType MetaDataBuilderDelegate.createEntityDescriptor(SSODescriptorType idpOrSPDescriptor)
          Create an Entity Descriptor
 EntityDescriptorType FileBasedEntityMetadataProvider.getMetaData()
           
 

Uses of EntityDescriptorType in org.picketlink.identity.federation.core.saml.v2.metadata.store
 

Methods in org.picketlink.identity.federation.core.saml.v2.metadata.store that return EntityDescriptorType
 EntityDescriptorType FileBasedMetadataConfigurationStore.load(String id)
           
 EntityDescriptorType IMetadataConfigurationStore.load(String id)
          Load the descriptor from the external data sink
 

Methods in org.picketlink.identity.federation.core.saml.v2.metadata.store with parameters of type EntityDescriptorType
 void FileBasedMetadataConfigurationStore.persist(EntityDescriptorType entity, String id)
           
 void IMetadataConfigurationStore.persist(EntityDescriptorType entity, String id)
          Persist into an external sink (file system, ldap, db etc)
 

Uses of EntityDescriptorType in org.picketlink.identity.federation.core.saml.v2.writers
 

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type EntityDescriptorType
 void SAMLMetadataWriter.writeEntityDescriptor(EntityDescriptorType entityDescriptor)
           
 

Uses of EntityDescriptorType in org.picketlink.identity.federation.core.util
 

Methods in org.picketlink.identity.federation.core.util that return types with arguments of type EntityDescriptorType
static List<EntityDescriptorType> CoreConfigUtil.getMetadataConfiguration(ProviderType providerType, javax.servlet.ServletContext servletContext)
          Read metadata from ProviderType
 

Methods in org.picketlink.identity.federation.core.util with parameters of type EntityDescriptorType
static IDPSSODescriptorType CoreConfigUtil.getIDPDescriptor(EntityDescriptorType entityDescriptor)
          Get the IDP metadata descriptor from an entity descriptor
static ProviderType CoreConfigUtil.getSPConfiguration(EntityDescriptorType entityDescriptor, String bindingURI)
          Given a metadata EntityDescriptorType, construct the Service provider configuration
static SPSSODescriptorType CoreConfigUtil.getSPDescriptor(EntityDescriptorType entityDescriptor)
          Get the SP Descriptor from an entity descriptor
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.