public class AbstractChainingCredentialResolver.CredentialIterable extends Object implements Iterable<Credential>
Iterable to be returned by ChainingCredentialResolver.| Constructor and Description |
|---|
CredentialIterable(AbstractChainingCredentialResolver<ResolverType> resolver,
CriteriaSet criteriaSet)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Credential> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CredentialIterable(@Nonnull AbstractChainingCredentialResolver<ResolverType> resolver, @Nullable 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 © 2016 JBoss by Red Hat. All rights reserved.