Class AbstractChainingCredentialResolver.CredentialIterable
java.lang.Object
org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterable
- All Implemented Interfaces:
Iterable<Credential>
- Enclosing class:
- AbstractChainingCredentialResolver<ResolverType extends CredentialResolver>
public class AbstractChainingCredentialResolver.CredentialIterable
extends Object
implements Iterable<Credential>
Implementation of
Iterable to be returned by ChainingCredentialResolver.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CriteriaSetThe criteria set on which to base resolution.The chaining credential resolver which owns this instance. -
Constructor Summary
ConstructorsConstructorDescriptionCredentialIterable(AbstractChainingCredentialResolver<ResolverType> resolver, CriteriaSet criteriaSet) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
parent
The chaining credential resolver which owns this instance. -
critSet
The criteria set on which to base resolution.
-
-
Constructor Details
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<Credential>
-