public class ChainingCredentialResolver.CredentialIterator extends Object implements Iterator<Credential>
Iterator
to be returned (indirectly) by ChainingCredentialResolver
.Constructor and Description |
---|
CredentialIterator(ChainingCredentialResolver 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(ChainingCredentialResolver 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 © 1999–2015. All rights reserved.