public class EvaluablePublicKeyCredentialCriterion extends net.shibboleth.utilities.java.support.logic.AbstractTriStatePredicate<Credential> implements EvaluableCredentialCriterion
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Logger.
|
private PublicKey |
publicKey
Base criteria.
|
Constructor and Description |
---|
EvaluablePublicKeyCredentialCriterion(PublicKey newPublicKey)
Constructor.
|
EvaluablePublicKeyCredentialCriterion(PublicKeyCriterion criteria)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Credential target) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
private final org.slf4j.Logger log
private final PublicKey publicKey
public EvaluablePublicKeyCredentialCriterion(@Nonnull PublicKeyCriterion criteria)
criteria
- the criteria 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 © 1999–2020 Shibboleth Consortium. All rights reserved.