Package net.shibboleth.metadata.dom.saml

Classes that work with DOM elements which contain SAML data.

See:
          Description

Interface Summary
EntitiesDescriptorAssemblerStage.ItemOrderingStrategy A strategy that defines how to order a Item collection.
 

Class Summary
EntitiesDescriptorAssemblerStage A Stage capable of assembling a collection of EntityDescriptor elements in to a single EntitiesDescriptor element.
EntitiesDescriptorDisassemblerStage A pipeline stage that replaces any SAML EntitiesDescriptor found in the Item collection with the EntityDescriptor elements contained therein.
EntityDescriptorItemIdPopulationStage A stage which, for each EntityDescriptor collection element, adds an ItemId, with the entity's entity ID, to the metadata item.
EntityFilterStage A pipeline stage that will remove SAML EntityDescriptior elements which do meet specified filtering criteria.
EntityPublisherPathFilterStage This stage is not yet implemented.
EntityRegistrationAuthorityFilterStage A pipeline stage that will filter EntityDescriptor or EntityDescriptors based on their registration authority.
EntityRoleFilterStage A pipeline stage that will filter SAML role descriptors from EntityDescriptors.
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.
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.
PushDownCacheDurationStage This stage is not yet implemented.
PushDownValidUntilStage This stage is not yet implemented.
RemoveContactPersonStage Filtering stage that removes ContactPerson elements from EntityDescriptors.
RemoveOrganizationStage Filtering stage that removes Organization elements from EntityDescriptors.
SamlMetadataSupport Helper class for dealing with SAML metadata.
SetCacheDurationStage Sets a cacheDuration attribute for every EntityDescriptor and EntitiesDescriptor element in the collection.
SetPublicationInfo This stage is not yet implemented.
SetValidUntilStage Sets a validUntil attribute for every EntityDescriptor and EntitiesDescriptor element in the collection.
ValidateValidUntilStage Checks that a SAML EntitiesDescriptor or EntityDescriptor's validUntil is (optionally) present and is within a given range.
 

Package net.shibboleth.metadata.dom.saml Description

Classes that work with DOM elements which contain SAML data.



Copyright © 2009-2011. All Rights Reserved.