org.opensaml.xml.security.credential
Class CredentialContextSet

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

public class CredentialContextSet
extends ClassIndexedSet<CredentialContext>

This class holds instances of CredentialContext which represent information about the context in which a CredentialResolver has resolved a Credential.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opensaml.xml.util.ClassIndexedSet
ClassIndexedSet.ClassIndexedSetIterator
 
Constructor Summary
CredentialContextSet()
           
 
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

CredentialContextSet

public CredentialContextSet()


Copyright © 1999-2013. All Rights Reserved.