public class EvaluableKeyAlgorithmCredentialCriterion extends AbstractTriStatePredicate<Credential> implements EvaluableCredentialCriterion
Constructor and Description |
---|
EvaluableKeyAlgorithmCredentialCriterion(KeyAlgorithmCriterion criteria)
Constructor.
|
EvaluableKeyAlgorithmCredentialCriterion(String newKeyAlgorithm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Credential target) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
isNullInputSatisfies, isUnevaluableSatisfies, setNullInputSatisfies, setUnevaluableSatisfies
public EvaluableKeyAlgorithmCredentialCriterion(@Nonnull KeyAlgorithmCriterion 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 © 2016 JBoss by Red Hat. All rights reserved.