|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.opensaml.xml.util.ClassIndexedSet<Criteria>
org.opensaml.xml.security.CriteriaSet
public class CriteriaSet
This class holds instances of Criteria which are used
in resolution or evaluation operations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opensaml.xml.util.ClassIndexedSet |
|---|
ClassIndexedSet.ClassIndexedSetIterator |
| Constructor Summary | |
|---|---|
CriteriaSet()
Constructor. |
|
CriteriaSet(Criteria criteria)
A convenience constructor for constructing and adding a single criteria. |
|
| Method Summary |
|---|
| Methods inherited from class org.opensaml.xml.util.ClassIndexedSet |
|---|
add, add, clear, contains, get, getIndexClass, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public CriteriaSet()
public CriteriaSet(Criteria criteria)
criteria - a single criteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||