public class EvaluableEntityIDCredentialCriterion extends net.shibboleth.utilities.java.support.logic.AbstractTriStatePredicate<Credential> implements EvaluableCredentialCriterion
| Modifier and Type | Field and Description |
|---|---|
private String |
entityID
Base criteria.
|
private Logger |
log
Logger.
|
| Constructor and Description |
|---|
EvaluableEntityIDCredentialCriterion(org.opensaml.core.criterion.EntityIdCriterion criteria)
Constructor.
|
EvaluableEntityIDCredentialCriterion(String entity)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Credential target) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
private final Logger log
private final String entityID
public EvaluableEntityIDCredentialCriterion(@Nonnull org.opensaml.core.criterion.EntityIdCriterion 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 ObjectCopyright © 1999–2015. All rights reserved.