public class EvaluableX509IssuerSerialCredentialCriterion extends net.shibboleth.utilities.java.support.logic.AbstractTriStatePredicate<Credential> implements EvaluableCredentialCriterion
Constructor and Description |
---|
EvaluableX509IssuerSerialCredentialCriterion(X500Principal newIssuer,
BigInteger newSerialNumber)
Constructor.
|
EvaluableX509IssuerSerialCredentialCriterion(X509IssuerSerialCriterion criteria)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Credential target) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public EvaluableX509IssuerSerialCredentialCriterion(@Nonnull X509IssuerSerialCriterion criteria)
criteria
- the criteria which is the basis for evaluationpublic EvaluableX509IssuerSerialCredentialCriterion(@Nonnull X500Principal newIssuer, @Nonnull BigInteger newSerialNumber)
newIssuer
- the issuer name criteria value which is the basis for evaluationnewSerialNumber
- the serial number criteria value which is the basis for evaluation@Nullable public boolean apply(@Nullable Credential target)
apply
in interface com.google.common.base.Predicate<Credential>
public boolean equals(Object obj)
equals
in interface com.google.common.base.Predicate<Credential>
equals
in class Object
Copyright © 2016. All rights reserved.