net.shibboleth.metadata.dom.saml
Class PushDownCacheDurationStage
java.lang.Object
net.shibboleth.metadata.pipeline.AbstractComponent
net.shibboleth.metadata.pipeline.BaseStage<DomElementItem>
net.shibboleth.metadata.dom.saml.PushDownCacheDurationStage
- All Implemented Interfaces:
- Component, Stage<DomElementItem>
public class PushDownCacheDurationStage
- extends BaseStage<DomElementItem>
This stage is not yet implemented.
For each metadata collection element that is a SAML EntitiesDescriptor this stage will, for each descendant
EntitiesDescriptor and EntityDescriptor, determine the shortest cache duration of all a given descandant's ancestors
and set that on the given descendant.
PushDownCacheDurationStage
public PushDownCacheDurationStage()
doExecute
protected void doExecute(Collection<DomElementItem> metadataCollection)
throws StageProcessingException
- Performs the stage processing on the given Item collection.
- Specified by:
doExecute in class BaseStage<DomElementItem>
- Parameters:
metadataCollection - collection to be processed
- Throws:
StageProcessingException - thrown if there is an unrecoverable problem when processing the stage
Copyright © 2009-2011. All Rights Reserved.