public abstract class AbstractCredentialResolver extends Object implements CredentialResolver
CredentialResolver
implementations.コンストラクタと説明 |
---|
AbstractCredentialResolver() |
修飾子とタイプ | メソッドと説明 |
---|---|
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
インタフェース内 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
インタフェース内 Resolver<Credential,CriteriaSet>
criteriaSet
- the criteria to evaluate or processSecurityException
- thrown if there is an error processing the specified criteriaCopyright © 2012. All Rights Reserved.