See: Description
| Interface | Description |
|---|---|
| EntitiesDescriptorAssemblerStage.ItemOrderingStrategy |
A strategy that defines how to order a
Item collection. |
| Class | Description |
|---|---|
| ContactPersonFilterStage |
Filtering stage that removes ContactPerson elements from EntityDescriptors.
|
| 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.
|
| EntityRoleFilterStage |
A pipeline stage that will filter SAML role descriptors from EntityDescriptors.
|
| GenerateIdStage |
A stage that populates the ID attribute of an EntitiesDescriptor or EntityDescriptor.
|
| 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.
|
| RemoveOrganizationStage |
Filtering stage that removes Organization elements from EntityDescriptors.
|
| SAMLMetadataSupport |
Helper class for dealing with SAML metadata.
|
| SAMLSupport |
Helper class for dealing with SAML documents.
|
| SetCacheDurationStage |
Sets a cacheDuration attribute for every EntityDescriptor and EntitiesDescriptor element in the collection.
|
| 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.
|
Copyright © 1999–2016. All rights reserved.