public class AbstractChainingCredentialResolver.CredentialIterator extends Object implements Iterator<Credential>
Iterator
to be returned (indirectly) by ChainingCredentialResolver
.Constructor and Description |
---|
CredentialIterator(AbstractChainingCredentialResolver<ResolverType> 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, wait
forEachRemaining
public CredentialIterator(@Nonnull AbstractChainingCredentialResolver<ResolverType> resolver, @Nullable 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 © 2016 JBoss by Red Hat. All rights reserved.