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