net.shibboleth.metadata.dom.saml
Class PushDownValidUntilStage

java.lang.Object
  extended by net.shibboleth.metadata.pipeline.AbstractComponent
      extended by net.shibboleth.metadata.pipeline.BaseStage<DomElementItem>
          extended by net.shibboleth.metadata.dom.saml.PushDownValidUntilStage
All Implemented Interfaces:
Component, Stage<DomElementItem>

public class PushDownValidUntilStage
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 earliest valid until of all a given descandant's ancestors and set that on the given descendant.


Constructor Summary
PushDownValidUntilStage()
           
 
Method Summary
protected  void doExecute(Collection<DomElementItem> metadataCollection)
          Performs the stage processing on the given Item collection.
 
Methods inherited from class net.shibboleth.metadata.pipeline.BaseStage
execute
 
Methods inherited from class net.shibboleth.metadata.pipeline.AbstractComponent
doInitialize, equals, getId, getInitializationInstant, hashCode, initialize, isInitialized, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.shibboleth.metadata.pipeline.Component
getId, getInitializationInstant, initialize, isInitialized
 

Constructor Detail

PushDownValidUntilStage

public PushDownValidUntilStage()
Method Detail

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.