|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.credential.criteria.EvaluableKeyNameCredentialCriteria
public class EvaluableKeyNameCredentialCriteria
Instance of evaluable credential criteria for evaluating credential key names.
| Constructor Summary | |
|---|---|
EvaluableKeyNameCredentialCriteria(KeyNameCriteria criteria)
Constructor. |
|
EvaluableKeyNameCredentialCriteria(String newKeyName)
Constructor. |
|
| Method Summary | |
|---|---|
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 EvaluableKeyNameCredentialCriteria(KeyNameCriteria criteria)
criteria - the criteria which is the basis for evaluationpublic EvaluableKeyNameCredentialCriteria(String newKeyName)
newKeyName - the criteria value which is the basis for evaluation| Method Detail |
|---|
public 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 | |||||||||