|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.credential.AbstractCredentialResolver
public abstract class AbstractCredentialResolver
Abstract base class for CredentialResolver implementations.
| Constructor Summary | |
|---|---|
AbstractCredentialResolver()
|
|
| Method Summary | |
|---|---|
abstract java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCredentialResolver()
| Method Detail |
|---|
public Credential resolveSingle(CriteriaSet criteriaSet)
throws SecurityException
resolveSingle in interface Resolver<Credential,CriteriaSet>criteriaSet - the criteria to evaluate or process
SecurityException - thrown if there is an error processing the specified criteria
public abstract java.lang.Iterable<Credential> resolve(CriteriaSet criteriaSet)
throws SecurityException
resolve in interface Resolver<Credential,CriteriaSet>criteriaSet - the criteria to evaluate or process
SecurityException - thrown if there is an error processing the specified criteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||