public class AbstractChainingCredentialResolver.CredentialIterable extends Object implements Iterable<Credential>
Iterable
to be returned by ChainingCredentialResolver
.Constructor and Description |
---|
CredentialIterable(AbstractChainingCredentialResolver<ResolverType> resolver,
net.shibboleth.utilities.java.support.resolver.CriteriaSet criteriaSet)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Credential> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CredentialIterable(@Nonnull AbstractChainingCredentialResolver<ResolverType> resolver, @Nullable net.shibboleth.utilities.java.support.resolver.CriteriaSet criteriaSet)
resolver
- the chaining parent of this iterablecriteriaSet
- the set of criteria which is input to the underyling resolvers@Nonnull public Iterator<Credential> iterator()
iterator
in interface Iterable<Credential>
Copyright © 2019. All rights reserved.