public class AbstractChainingCredentialResolver.CredentialIterator extends Object implements Iterator<Credential>
Iterator to be returned (indirectly) by ChainingCredentialResolver.| Constructor and Description |
|---|
CredentialIterator(AbstractChainingCredentialResolver<ResolverType> resolver,
net.shibboleth.utilities.java.support.resolver.CriteriaSet criteriaSet)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Credential |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CredentialIterator(@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 resolverspublic boolean hasNext()
hasNext in interface Iterator<Credential>public Credential next()
next in interface Iterator<Credential>public void remove()
remove in interface Iterator<Credential>Copyright © 2021. All rights reserved.