Uses of Interface
org.opensaml.saml2.metadata.EntitiesDescriptor

Packages that use EntitiesDescriptor
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.provider Class for retrieving, filtering, and querying metadata. 
org.opensaml.saml2.metadata.validator Validation rules for SAML 2.0 metadata types and elements. 
 

Uses of EntitiesDescriptor in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type EntitiesDescriptor
 List<EntitiesDescriptor> EntitiesDescriptor.getEntitiesDescriptors()
          Gets a list of child EntitiesDescriptors.
 

Uses of EntitiesDescriptor in org.opensaml.saml2.metadata.impl
 

Classes in org.opensaml.saml2.metadata.impl that implement EntitiesDescriptor
 class EntitiesDescriptorImpl
          Concrete implementation of EntitiesDescriptor.
 

Methods in org.opensaml.saml2.metadata.impl that return EntitiesDescriptor
 EntitiesDescriptor EntitiesDescriptorBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 EntitiesDescriptor EntitiesDescriptorBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type EntitiesDescriptor
 List<EntitiesDescriptor> EntitiesDescriptorImpl.getEntitiesDescriptors()
          Gets a list of child EntitiesDescriptors.
 

Uses of EntitiesDescriptor in org.opensaml.saml2.metadata.provider
 

Classes in org.opensaml.saml2.metadata.provider that implement EntitiesDescriptor
private  class ChainingMetadataProvider.ChainingEntitiesDescriptor
          Class that wraps the currently list of providers and exposes it as an EntitiesDescriptors.
 

Methods in org.opensaml.saml2.metadata.provider that return EntitiesDescriptor
protected  EntitiesDescriptor AbstractMetadataProvider.doGetEntitiesDescriptor(String name)
          Gets the named EntitiesDescriptor from the metadata.
 EntitiesDescriptor MetadataProvider.getEntitiesDescriptor(String name)
          Gets a valid named EntitiesDescriptor from the metadata.
 EntitiesDescriptor ChainingMetadataProvider.getEntitiesDescriptor(String name)
          Gets a valid named EntitiesDescriptor from the metadata.
 EntitiesDescriptor AbstractMetadataProvider.getEntitiesDescriptor(String name)
          Gets a valid named EntitiesDescriptor from the metadata.
protected  EntitiesDescriptor AbstractMetadataProvider.getEntitiesDescriptorByName(String name, EntitiesDescriptor rootDescriptor)
          Gets the entities descriptor with the given name.
 

Methods in org.opensaml.saml2.metadata.provider that return types with arguments of type EntitiesDescriptor
 List<EntitiesDescriptor> ChainingMetadataProvider.ChainingEntitiesDescriptor.getEntitiesDescriptors()
          Gets a list of child EntitiesDescriptors.
 

Methods in org.opensaml.saml2.metadata.provider with parameters of type EntitiesDescriptor
protected  void EntityRoleFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor)
          Filters entities descriptor.
protected  EntitiesDescriptor AbstractMetadataProvider.getEntitiesDescriptorByName(String name, EntitiesDescriptor rootDescriptor)
          Gets the entities descriptor with the given name.
protected  EntityDescriptor AbstractMetadataProvider.getEntityDescriptorById(String entityID, EntitiesDescriptor descriptor)
          Gets the entity descriptor with the given ID that is a descendant of the given entities descriptor.
protected  void SignatureValidationFilter.processEntityGroup(EntitiesDescriptor entitiesDescriptor)
          Process the signatures on the specified EntitiesDescriptor and any signed children.
 

Uses of EntitiesDescriptor in org.opensaml.saml2.metadata.validator
 

Methods in org.opensaml.saml2.metadata.validator with parameters of type EntitiesDescriptor
 void EntitiesDescriptorSpecValidator.validate(EntitiesDescriptor entitiesDescriptor)
          
 void EntitiesDescriptorSchemaValidator.validate(EntitiesDescriptor entitiesDescriptor)
          
protected  void EntitiesDescriptorSchemaValidator.validateEntityDescriptors(EntitiesDescriptor entitiesDescriptor)
          Checks that at least one EntitiesDescriptor or EntityDescriptor is present.
protected  void EntitiesDescriptorSpecValidator.validateRoot(EntitiesDescriptor entitiesDescriptor)
          Checks that at least either Valid Until or Cache Duration is present when Entities Descriptor is root element.
 



Copyright © 1999-2012. All Rights Reserved.