org.opensaml.xml.security
Class CriteriaSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<T>
          extended by org.opensaml.xml.util.ClassIndexedSet<Criteria>
              extended by org.opensaml.xml.security.CriteriaSet
All Implemented Interfaces:
Iterable<Criteria>, Collection<Criteria>, Set<Criteria>

public class CriteriaSet
extends ClassIndexedSet<Criteria>

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

CriteriaSet

public CriteriaSet()
Constructor.


CriteriaSet

public CriteriaSet(Criteria criteria)
A convenience constructor for constructing and adding a single criteria.

Parameters:
criteria - a single criteria


Copyright © 2006-2011 Internet2. All Rights Reserved.