| Package | Description |
|---|---|
| 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.
|
| net.shibboleth.metadata.dom.saml.mdrpi |
Aggregator classes for the MDRPI specification.
|
| net.shibboleth.metadata.pipeline |
A set of classes for constructing generic data processing pipelines.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContactPersonFilterStage
Filtering stage that removes ContactPerson elements from EntityDescriptors.
|
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 |
EntityRoleFilterStage
A pipeline stage that will filter SAML role descriptors from EntityDescriptors.
|
class |
GenerateIdStage
A stage that populates the ID attribute of an EntitiesDescriptor or EntityDescriptor.
|
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 |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityRegistrationAuthorityFilterStage
A pipeline stage that will filter EntityDescriptor or EntityDescriptors based on their registration authority.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemIdTransformStage<T>
|
class |
ItemMetadataAddingStage<T>
A pipeline stage that adds a collection of
ItemMetadata objects to each Item's item metadata. |
Copyright © 1999–2016. All rights reserved.