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 CriteriaSet
The 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, wait
Methods 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
-
CredentialIterable
public CredentialIterable(@Nonnull AbstractChainingCredentialResolver<ResolverType> resolver, @Nullable CriteriaSet criteriaSet) Constructor.- Parameters:
resolver
- the chaining parent of this iterablecriteriaSet
- the set of criteria which is input to the underyling resolvers
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<Credential>
-