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

Packages that use EntityDescriptor
org.opensaml.common.binding Classes related to SAML binding operations. 
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 EntityDescriptor in org.opensaml.common.binding
 

Methods in org.opensaml.common.binding that return EntityDescriptor
 EntityDescriptor AbstractEndpointSelector.getEntityMetadata()
          Gets the metadata of the entity.
 EntityDescriptor SAMLMessageContext.getLocalEntityMetadata()
          Gets the local entity metadata.
 EntityDescriptor BasicSAMLMessageContext.getLocalEntityMetadata()
          Gets the local entity metadata.
 EntityDescriptor SAMLMessageContext.getPeerEntityMetadata()
          Gets the peer entity metadata.
 EntityDescriptor BasicSAMLMessageContext.getPeerEntityMetadata()
          Gets the peer entity metadata.
 

Methods in org.opensaml.common.binding with parameters of type EntityDescriptor
 void AbstractEndpointSelector.setEntityMetadata(EntityDescriptor entity)
          Sets the metadata of the entity.
 void SAMLMessageContext.setLocalEntityMetadata(EntityDescriptor metadata)
          Sets the local entity metadata.
 void BasicSAMLMessageContext.setLocalEntityMetadata(EntityDescriptor metadata)
          Sets the local entity metadata.
 void SAMLMessageContext.setPeerEntityMetadata(EntityDescriptor metadata)
          Sets the peer entity metadata.
 void BasicSAMLMessageContext.setPeerEntityMetadata(EntityDescriptor metadata)
          Sets the peer entity metadata.
 

Uses of EntityDescriptor in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type EntityDescriptor
 java.util.List<EntityDescriptor> EntitiesDescriptor.getEntityDescriptors()
          Gets a list of child EntityDescriptors.
 

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

Classes in org.opensaml.saml2.metadata.impl that implement EntityDescriptor
 class EntityDescriptorImpl
          Concretate implementation of EntitiesDescriptor.
 

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

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type EntityDescriptor
 java.util.List<EntityDescriptor> EntitiesDescriptorImpl.getEntityDescriptors()
          Gets a list of child EntityDescriptors.
 

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

Methods in org.opensaml.saml2.metadata.provider that return EntityDescriptor
 EntityDescriptor AbstractMetadataProvider.getEntityDescriptor(java.lang.String entityID)
          Gets the metadata for a given entity if the metadata is valid.
 EntityDescriptor ChainingMetadataProvider.getEntityDescriptor(java.lang.String entityID)
          Gets the metadata for a given entity if the metadata is valid.
 EntityDescriptor MetadataProvider.getEntityDescriptor(java.lang.String entityID)
          Gets the metadata for a given entity if the metadata is valid.
protected  EntityDescriptor AbstractMetadataProvider.getEntityDescriptorById(java.lang.String entityID, EntitiesDescriptor descriptor)
          Gets the entity descriptor with the given ID that is a descendant of the given entities descriptor.
protected  EntityDescriptor AbstractMetadataProvider.getEntityDescriptorById(java.lang.String entityID, org.opensaml.xml.XMLObject metadata)
          Gets the EntityDescriptor with the given ID from the cached metadata.
 

Methods in org.opensaml.saml2.metadata.provider with parameters of type EntityDescriptor
protected  void EntityRoleFilter.filterEntityDescriptor(EntityDescriptor descriptor)
          Filters entity descriptor roles.
protected  void SignatureValidationFilter.processEntityDescriptor(EntityDescriptor entityDescriptor)
          Process the signatures on the specified EntityDescriptor and any signed children.
 

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

Methods in org.opensaml.saml2.metadata.validator with parameters of type EntityDescriptor
 void EntityDescriptorSpecValidator.validate(EntityDescriptor entityDescriptor)
          
 void EntityDescriptorSchemaValidator.validate(EntityDescriptor entityDescriptor)
          
protected  void EntityDescriptorSchemaValidator.validateDescriptors(EntityDescriptor entityDescriptor)
          Checks that an AffiliationDescriptor OR one or more RoleDescriptors are present.
protected  void EntityDescriptorSchemaValidator.validateEntityID(EntityDescriptor entityDescriptor)
          Checks that EntityID is present and valid.
protected  void EntityDescriptorSpecValidator.validateRoot(EntityDescriptor entityDescriptor)
          Checks that at least either Valid Until or Cache Duration is present when Entity Descriptor is root element.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.