|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.metadata.provider.MetadataFilterChain
public class MetadataFilterChain
A filter that allows the composition of MetadataFilter
s.
Filters will be executed on the given metadata document in the order they were added to the chain.
Constructor Summary | |
---|---|
MetadataFilterChain()
Constructor |
Method Summary | |
---|---|
void |
doFilter(XMLObject xmlObject)
Filters the given metadata, perhaps to remove elements that are not wanted. |
java.util.List<MetadataFilter> |
getFilters()
Gets the list of MetadataFilter s that make up this chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataFilterChain()
Method Detail |
---|
public final void doFilter(XMLObject xmlObject) throws FilterException
doFilter
in interface MetadataFilter
xmlObject
- the metadata to be filtered.
FilterException
- thrown if an error occurs during the filtering processpublic java.util.List<MetadataFilter> getFilters()
MetadataFilter
s that make up this chain.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |