public class MetadataFilterChain extends Object implements MetadataFilter
MetadataFilters. Filters will be executed on the given metadata
document in the order they were added to the chain.| Constructor and Description |
|---|
MetadataFilterChain()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(org.opensaml.xml.XMLObject xmlObject)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
List<MetadataFilter> |
getFilters()
Gets the list of
MetadataFilters that make up this chain. |
void |
setFilters(List<MetadataFilter> newFilters)
Sets the list of
MetadataFilters that make up this chain. |
public final void doFilter(org.opensaml.xml.XMLObject xmlObject)
throws FilterException
doFilter in interface MetadataFilterxmlObject - the metadata to be filtered.FilterException - thrown if an error occurs during the filtering processpublic List<MetadataFilter> getFilters()
MetadataFilters that make up this chain.public void setFilters(List<MetadataFilter> newFilters)
MetadataFilters that make up this chain.newFilters - list of MetadataFilters that make up this chainCopyright © 1999–2015. All rights reserved.