|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.security.credential.criteria.EvaluableX509CertSelectorCredentialCriteria
public class EvaluableX509CertSelectorCredentialCriteria
Instance of evaluable credential criteria for evaluating whether a credential's certificate meets the criteria
specified by an instance of X509CertSelector
.
Constructor Summary | |
---|---|
EvaluableX509CertSelectorCredentialCriteria(java.security.cert.X509CertSelector newSelector)
Constructor. |
Method Summary | |
---|---|
java.lang.Boolean |
evaluate(Credential target)
Evaluate the target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvaluableX509CertSelectorCredentialCriteria(java.security.cert.X509CertSelector newSelector)
newSelector
- the new X509 cert selectorMethod Detail |
---|
public java.lang.Boolean evaluate(Credential target)
Boolean.TRUE
if the target satisfies the criteriaBoolean.FALSE
if the target does not satisfy criterianull
if the target can not be evaluated against the criteria
evaluate
in interface EvaluableCriteria<Credential>
target
- the object to be evaluated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |