public abstract class AbstractCredentialResolver extends Object implements CredentialResolver
CredentialResolver implementations.| Constructor and Description |
|---|
AbstractCredentialResolver() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<Credential> |
resolve(CriteriaSet criteriaSet)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
Credential |
resolveSingle(CriteriaSet criteriaSet)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
@Nullable public Credential resolveSingle(@Nullable CriteriaSet criteriaSet) throws ResolverException
resolveSingle in interface Resolver<Credential,CriteriaSet>criteriaSet - the criteria to evaluate or processResolverException - thrown if there is an error processing the specified criteria@Nonnull public abstract Iterable<Credential> resolve(@Nullable CriteriaSet criteriaSet) throws ResolverException
resolve in interface Resolver<Credential,CriteriaSet>criteriaSet - the criteria to evaluate or processResolverException - thrown if there is an error processing the specified criteriaCopyright © 2016 JBoss by Red Hat. All rights reserved.