Uses of Class
net.shibboleth.metadata.pipeline.BaseIteratingStage

Packages that use BaseIteratingStage
net.shibboleth.metadata.dom Implementations of core APIs that operate on W3C DOM based metadata. 
net.shibboleth.metadata.dom.saml Classes that work with DOM elements which contain SAML data. 
 

Uses of BaseIteratingStage in net.shibboleth.metadata.dom
 

Subclasses of BaseIteratingStage in net.shibboleth.metadata.dom
 class XMLSchemaValidationStage
          A pipeline stage that XML schema validates the elements within the DomElementItem collection.
 class XMLSignatureSigningStage
          A pipeline stage that creates, and adds, an enveloped signature for each element in the given DomElementItem collection.
 class XMLSignatureValidationStage
          A pipeline stage which validates the XML digital signature found on DOM Elements.
 

Uses of BaseIteratingStage in net.shibboleth.metadata.dom.saml
 

Subclasses of BaseIteratingStage in net.shibboleth.metadata.dom.saml
 class EntityDescriptorItemIdPopulationStage
          A stage which, for each EntityDescriptor collection element, adds an ItemId, with the entity's entity ID, to the metadata item.
 class EntityFilterStage
          A pipeline stage that will remove SAML EntityDescriptior elements which do meet specified filtering criteria.
 class EntityRegistrationAuthorityFilterStage
          A pipeline stage that will filter EntityDescriptor or EntityDescriptors based on their registration authority.
 class EntityRoleFilterStage
          A pipeline stage that will filter SAML role descriptors from EntityDescriptors.
 class PullUpCacheDurationStage
          For each Item collection element that is a SAML EntitiesDescriptor this stage will scan all descendant EntitiesDescriptors and EntityDescriptors, determine the shortest cache duration, set that on the root EntitiesDescriptor and remove the cache duration from all descendants.
 class PullUpValidUntilStage
          For each Item collection element that is a SAML EntitiesDescriptor this stage will scan all descendant EntitiesDescriptors and EntityDescriptors, determine the earliest valid until date, set that on the root EntitiesDescriptor and remove the valid until dates from all descendants.
 class RemoveContactPersonStage
          Filtering stage that removes ContactPerson elements from EntityDescriptors.
 class RemoveOrganizationStage
          Filtering stage that removes Organization elements from EntityDescriptors.
 class SetCacheDurationStage
          Sets a cacheDuration attribute for every EntityDescriptor and EntitiesDescriptor element in the collection.
 class SetValidUntilStage
          Sets a validUntil attribute for every EntityDescriptor and EntitiesDescriptor element in the collection.
 class ValidateValidUntilStage
          Checks that a SAML EntitiesDescriptor or EntityDescriptor's validUntil is (optionally) present and is within a given range.
 



Copyright © 2009-2011. All Rights Reserved.