Uses of Class
org.opensaml.xml.util.ClassIndexedSet

Packages that use ClassIndexedSet
org.opensaml.xml.security Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc. 
org.opensaml.xml.security.credential Interfaces and classes related to credentials and ways to represent them. 
org.opensaml.xml.util Utility classes for working with XML, XMLObjects, and various data types. 
 

Uses of ClassIndexedSet in org.opensaml.xml.security
 

Subclasses of ClassIndexedSet in org.opensaml.xml.security
 class CriteriaSet
          This class holds instances of Criteria which are used in resolution or evaluation operations.
 

Uses of ClassIndexedSet in org.opensaml.xml.security.credential
 

Subclasses of ClassIndexedSet in org.opensaml.xml.security.credential
 class CredentialContextSet
          This class holds instances of CredentialContext which represent information about the context in which a CredentialResolver has resolved a Credential.
 

Uses of ClassIndexedSet in org.opensaml.xml.util
 

Fields in org.opensaml.xml.util declared as ClassIndexedSet
private  ClassIndexedSet<T> ClassIndexedSet.ClassIndexedSetIterator.set
          The set instance over which this instance is an iterator.
 

Constructors in org.opensaml.xml.util with parameters of type ClassIndexedSet
ClassIndexedSet.ClassIndexedSetIterator(ClassIndexedSet<T> parentSet, Iterator<T> parentIterator)
          Constructor.
 



Copyright © 1999-2012. All Rights Reserved.