|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml2.metadata.provider.SchemaValidationFilter
public class SchemaValidationFilter
A metadata filter that schema validates an incoming metadata file.
| Constructor Summary | |
|---|---|
SchemaValidationFilter(java.lang.String[] extensionSchemas)
Constructor. |
|
| Method Summary | |
|---|---|
void |
doFilter(org.opensaml.xml.XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaValidationFilter(java.lang.String[] extensionSchemas)
extensionSchemas - classpath location of metadata extension schemas, may be null| Method Detail |
|---|
public 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 process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||