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 the 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.
|
public Credential resolveSingle(CriteriaSet criteriaSet) throws SecurityException
resolveSingle
in interface Resolver<Credential,CriteriaSet>
criteriaSet
- the criteria to evaluate or processSecurityException
- thrown if there is an error processing the specified criteriapublic abstract Iterable<Credential> resolve(CriteriaSet criteriaSet) throws SecurityException
resolve
in interface Resolver<Credential,CriteriaSet>
criteriaSet
- the criteria to evaluate or processSecurityException
- thrown if there is an error processing the specified criteriaCopyright © 2018 JBoss by Red Hat. All rights reserved.