|
||||||||||
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.
Constructor Summary | |
---|---|
EvaluableX509SubjectNameCredentialCriteria(javax.security.auth.x500.X500Principal newSubjectName)
Constructor. |
|
EvaluableX509SubjectNameCredentialCriteria(X509SubjectNameCriteria criteria)
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 EvaluableX509SubjectNameCredentialCriteria(X509SubjectNameCriteria criteria)
criteria
- the criteria which is the basis for evaluationpublic EvaluableX509SubjectNameCredentialCriteria(javax.security.auth.x500.X500Principal newSubjectName)
newSubjectName
- the subject name criteria value which is the basis for evaluationMethod 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 |