edu.internet2.middleware.shibboleth.wayf.plugins.provider
Class ListFilter

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.wayf.plugins.provider.ListFilter
All Implemented Interfaces:
org.opensaml.saml2.metadata.provider.MetadataFilter

public class ListFilter
extends Object
implements org.opensaml.saml2.metadata.provider.MetadataFilter

See SDSJ-57. Explicit


Constructor Summary
ListFilter(Element config)
          Initialize the filter.
 
Method Summary
 void doFilter(org.opensaml.xml.XMLObject metadata)
          Apply the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListFilter

public ListFilter(Element config)
Initialize the filter.

Parameters:
config - the configuration The configuration looks liken this foo [...]
Method Detail

doFilter

public void doFilter(org.opensaml.xml.XMLObject metadata)
              throws org.opensaml.saml2.metadata.provider.FilterException
Apply the filter.

Specified by:
doFilter in interface org.opensaml.saml2.metadata.provider.MetadataFilter
Parameters:
metadata - what to filter.
Throws:
org.opensaml.saml2.metadata.provider.FilterException - if it sees any missed or bad bindings.
See Also:
MetadataFilter.doFilter(org.opensaml.xml.XMLObject)


Copyright © 2006-2010 Internet2. All Rights Reserved.