public class AbstractChainingCredentialResolver.CredentialIterable extends Object implements Iterable<Credential>
Iterable to be returned by ChainingCredentialResolver.| Modifier and Type | Field and Description |
|---|---|
private CriteriaSet |
critSet
The criteria set on which to base resolution.
|
private AbstractChainingCredentialResolver<ResolverType> |
parent
The chaining credential resolver which owns this instance.
|
| Constructor and Description |
|---|
AbstractChainingCredentialResolver.CredentialIterable(AbstractChainingCredentialResolver<ResolverType> resolver,
CriteriaSet criteriaSet)
Constructor.
|
private AbstractChainingCredentialResolver<ResolverType extends CredentialResolver> parent
private CriteriaSet critSet
public AbstractChainingCredentialResolver.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 © 1999–2019 Shibboleth Consortium. All rights reserved.