public interface MetadataFilter
Modifier and Type | Method and Description |
---|---|
void |
doFilter(org.opensaml.xml.XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void doFilter(org.opensaml.xml.XMLObject metadata) throws FilterException
metadata
- the metadata to be filtered.FilterException
- thrown if an error occurs during the filtering processCopyright © 1999-2013. All Rights Reserved.