Package net.shibboleth.shared.resolver
Class CriteriaSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
net.shibboleth.shared.collection.ClassIndexedSet<Criterion>
net.shibboleth.shared.resolver.CriteriaSet
This class holds instances of
Criterion which are used in resolution or evaluation operations.-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.shared.collection.ClassIndexedSet
ClassIndexedSet.ClassIndexedSetIterator -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CriteriaSet(Criterion... criteria) A convenience constructor for constructing and adding criteria. -
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
-
CriteriaSet
public CriteriaSet()Constructor.
-