|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.credential.criteria.EvaluableX509SubjectNameCredentialCriteria
public class EvaluableX509SubjectNameCredentialCriteria
Instance of evaluable credential criteria for evaluating whether a credential's certificate contains a particular subject name.
| Field Summary | |
|---|---|
private Logger |
log
Logger. |
private X500Principal |
subjectName
Base criteria. |
| Constructor Summary | |
|---|---|
EvaluableX509SubjectNameCredentialCriteria(X500Principal newSubjectName)
Constructor. |
|
EvaluableX509SubjectNameCredentialCriteria(X509SubjectNameCriteria criteria)
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 |
| Field Detail |
|---|
private final Logger log
private X500Principal subjectName
| Constructor Detail |
|---|
public EvaluableX509SubjectNameCredentialCriteria(X509SubjectNameCriteria criteria)
criteria - the criteria which is the basis for evaluationpublic EvaluableX509SubjectNameCredentialCriteria(X500Principal newSubjectName)
newSubjectName - the subject name 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 | |||||||||