|
||||||||||
| 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 MetadataFilters. 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(org.opensaml.xml.XMLObject xmlObject)
Filters the given metadata, perhaps to remove elements that are not wanted. |
java.util.List<MetadataFilter> |
getFilters()
Gets the list of MetadataFilters that make up this chain. |
void |
setFilters(java.util.List<MetadataFilter> newFilters)
Sets the list of MetadataFilters 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(org.opensaml.xml.XMLObject xmlObject)
throws FilterException
doFilter in interface MetadataFilterxmlObject - the metadata to be filtered.
FilterException - thrown if an error occurs during the filtering processpublic java.util.List<MetadataFilter> getFilters()
MetadataFilters that make up this chain.
public void setFilters(java.util.List<MetadataFilter> newFilters)
MetadataFilters that make up this chain.
newFilters - list of MetadataFilters that make up this chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||