Package net.shibboleth.metadata.dom

Implementations of core APIs that operate on W3C DOM based metadata.

See:
          Description

Class Summary
AbstractXSLProcessingStage A pipeline stage which applies and XSLT to each element in the DomElementItem collection.
DomElementItem A Item whose data is a DOM, version 3, Element.
DomElementSerializer Very simple serializer that serializes the owning document of the first element of the given DomElementItem collection.
DomFilesystemSourceStage A stage which reads XML information from the filesystem and places it in the given DomElementItem collection.
DomResourceSourceStage A pipeline stage which reads an XML document from an Resource, parses the document, and places the resultant document (root) element in to the provided DomElementItem collection.
ElementFormattingStage A stage that formats a collection of DOM Elements.
ElementStrippingStage A stage which removes all instances of the specified element from DOM metadata.
EmptyContainerStrippingStage A stage which removes all empty instances of the named container element from DOM metadata.
MultiOutputXSLTransformationStage A pipeline stage which transforms each item in the DomElementItem collection via an XSL transform.
NamespaceStrippingStage A stage which removes all evidence of a given XML namespace from each metadata item.
XMLSchemaValidationStage A pipeline stage that XML schema validates the elements within the DomElementItem collection.
XMLSignatureSigningStage A pipeline stage that creates, and adds, an enveloped signature for each element in the given DomElementItem collection.
XMLSignatureValidationStage A pipeline stage which validates the XML digital signature found on DOM Elements.
XPathFilteringStage Pipeline stage which allows filtering of @{link DomElementItem}s according to an XPath expression.
XPathItemSelectionStrategy Item selection strategy which selects items on the basis of a boolean XPath expression.
XSLTransformationStage A pipeline stage which transforms each item in the DomElementItem collection via an XSL transform.
XSLValidationStage A pipeline which "validates" each element in the DomElementItem collection via an XSL stylesheet.
 

Enum Summary
XMLSignatureSigningStage.ShaVariant The variant of SHA to use in the various signature algorithms.
 

Package net.shibboleth.metadata.dom Description

Implementations of core APIs that operate on W3C DOM based metadata.



Copyright © 1999-2012. All Rights Reserved.