|
|||||||||
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(CredentialCriteriaSet criteriaSet)
Process the specified criteria and return the resulting instances the the product type which satisfy the criteria. |
Credential |
resolveSingle(CredentialCriteriaSet 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(CredentialCriteriaSet criteriaSet) throws SecurityException
resolveSingle
in interface Resolver<Credential,CredentialCriteriaSet>
criteriaSet
- the criteria to evaluate or process
SecurityException
- thrown if there is an error processing the specified criteriapublic abstract java.lang.Iterable<Credential> resolve(CredentialCriteriaSet criteriaSet) throws SecurityException
resolve
in interface Resolver<Credential,CredentialCriteriaSet>
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 |