public class SchemaValidationFilter extends Object implements MetadataFilter
| Constructor and Description |
|---|
SchemaValidationFilter(String[] extensionSchemas)
Constructor.
|
| 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.
|
public SchemaValidationFilter(String[] extensionSchemas)
extensionSchemas - classpath location of metadata extension schemas, may be nullpublic void doFilter(org.opensaml.xml.XMLObject metadata)
throws FilterException
doFilter in interface MetadataFiltermetadata - the metadata to be filtered.FilterException - thrown if an error occurs during the filtering processCopyright © 1999–2015. All rights reserved.