Class MetadataFilterContext
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
net.shibboleth.shared.collection.ClassIndexedSet<MetadataFilterContext.Data>
org.opensaml.saml.metadata.resolver.filter.MetadataFilterContext
- All Implemented Interfaces:
Iterable<MetadataFilterContext.Data>,Collection<MetadataFilterContext.Data>,Set<MetadataFilterContext.Data>
Class used to provide contextual information at runtime to
MetadataFilter implementations.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceMarker interface for data classes to be used withMetadataFilterContext.Nested classes/interfaces inherited from class net.shibboleth.shared.collection.ClassIndexedSet
ClassIndexedSet.ClassIndexedSetIterator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.shared.collection.ClassIndexedSet
add, add, clear, contains, equals, get, getIndexClass, hashCode, iterator, remove, size, toStringMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
MetadataFilterContext
public MetadataFilterContext()
-