|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StageProcessingException | |
|---|---|
| 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.pipeline | A set of classes for constructing generic data processing pipelines. |
| Uses of StageProcessingException in net.shibboleth.metadata.dom |
|---|
| Methods in net.shibboleth.metadata.dom that throw StageProcessingException | |
|---|---|
protected void |
XMLSignatureSigningStage.addKeyNames(ArrayList<Object> keyInfoItems)
Adds key names to the KeyInfo, if key names are to be included. |
protected void |
XMLSignatureSigningStage.addKeyValue(ArrayList<Object> keyInfoItems)
Adds raw key values to the KeyInfo if key values are to be included. |
protected void |
XMLSignatureSigningStage.addX509Data(ArrayList<Object> keyInfoItems)
Adds X509 data (subject names, certificates, CRLs, and Issuer/Serial) set to be included, into the key info. |
protected KeyInfo |
XMLSignatureSigningStage.buildKeyInfo()
Builds the KeyInfo element to be included in the signature. |
protected Reference |
XMLSignatureSigningStage.buildSignatureReference(Element target)
Builds the references to the signed content. |
protected SignedInfo |
XMLSignatureSigningStage.buildSignedInfo(Element target)
Gets the descriptor of signed content. |
protected void |
DomResourceSourceStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
DomFilesystemSourceStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
AbstractXSLProcessingStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected boolean |
XMLSignatureValidationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
XMLSignatureSigningStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
XMLSchemaValidationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected void |
XSLValidationStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected void |
XSLTransformationStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected void |
MultiOutputXSLTransformationStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected abstract void |
AbstractXSLProcessingStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected Element |
XMLSignatureValidationStage.getSignatureElement(Element root)
Gets the signature element from the document. |
protected void |
DomResourceSourceStage.populateItemCollection(Collection<DomElementItem> itemCollection,
InputStream data)
Builds an DomElementItem collection from a new XML document. |
protected DomElementItem |
DomFilesystemSourceStage.processSourceFile(File source)
Reads in an XML source file, parses it, and creates the appropriate DomElementItem for the data. |
protected boolean |
XMLSignatureValidationStage.signatureVerified(Element signatureElement)
Verifies the enclosed signature on the root of the Element. |
| Uses of StageProcessingException in net.shibboleth.metadata.dom.saml |
|---|
| Methods in net.shibboleth.metadata.dom.saml that throw StageProcessingException | |
|---|---|
protected void |
SetPublicationInfo.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
PushDownValidUntilStage.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
PushDownCacheDurationStage.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
EntityPublisherPathFilterStage.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
EntitiesDescriptorAssemblerStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected boolean |
ValidateValidUntilStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
SetValidUntilStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
SetCacheDurationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
RemoveOrganizationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
RemoveContactPersonStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
PullUpValidUntilStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
PullUpCacheDurationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
EntityDescriptorItemIdPopulationStage.doExecute(DomElementItem item)
Processes a given Item. |
| Uses of StageProcessingException in net.shibboleth.metadata.pipeline |
|---|
| Methods in net.shibboleth.metadata.pipeline that throw StageProcessingException | |
|---|---|
protected void |
ScriptletStage.doExecute(Collection<Item<?>> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
PipelineMergeStage.doExecute(Collection<Item<?>> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
AbstractItemMetadataSelectionStage.doExecute(Collection<Item<?>> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
StatusMetadataLoggingStage.doExecute(Collection<Item<?>> itemCollection,
Item<?> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type. |
protected void |
ItemMetadataTerminationStage.doExecute(Collection<Item<?>> itemCollection,
Item<?> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type. |
protected void |
ItemMetadataFilterStage.doExecute(Collection<Item<?>> itemCollection,
Item<?> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type. |
protected abstract void |
AbstractItemMetadataSelectionStage.doExecute(Collection<Item<?>> itemCollection,
Item<?> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type. |
protected void |
StaticItemSourceStage.doExecute(Collection<ItemType> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
SplitMergeStage.doExecute(Collection<ItemType> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
SerializationStage.doExecute(Collection<ItemType> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
PipelineDemultiplexerStage.doExecute(Collection<ItemType> itemCollection)
Performs the stage processing on the given Item collection. |
protected abstract void |
BaseStage.doExecute(Collection<ItemType> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
BaseIteratingStage.doExecute(Collection<ItemType> itemCollection)
Iterates over each element of the Item collection and delegates the processing of that element to BaseIteratingStage.doExecute(Item). |
protected abstract boolean |
BaseIteratingStage.doExecute(ItemType item)
Processes a given Item. |
void |
Stage.execute(Collection<ItemType> itemCollection)
Transforms the given input data. |
void |
CompositeStage.execute(Collection<ItemType> itemCollection)
Transforms the given input data. |
void |
BaseStage.execute(Collection<ItemType> itemCollection)
Creates an ComponentInfo, delegates actual work on the collection to BaseStage.doExecute(Collection), adds
the ComponentInfo to all the resultant Item elements and then sets its completion time. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||