public class MetadataFilterChain extends Object implements MetadataFilter
MetadataFilter
s. 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
MetadataFilter s that make up this chain. |
void |
setFilters(List<MetadataFilter> newFilters)
Sets the list of
MetadataFilter s that make up this chain. |
public final void doFilter(org.opensaml.xml.XMLObject xmlObject) throws FilterException
doFilter
in interface MetadataFilter
xmlObject
- the metadata to be filtered.FilterException
- thrown if an error occurs during the filtering processpublic List<MetadataFilter> getFilters()
MetadataFilter
s that make up this chain.public void setFilters(List<MetadataFilter> newFilters)
MetadataFilter
s that make up this chain.newFilters
- list of MetadataFilter
s that make up this chainCopyright © 1999-2013. All Rights Reserved.