public abstract class Condition extends Object implements Serializable
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
check(CertificateToken certificateToken)
Returns true if the condition is evaluated to true for the given certificate.
|
abstract String |
toString(String indent) |
public abstract boolean check(CertificateToken certificateToken)
certificateToken - CertificateToken to be checkedCopyright © 2018. All rights reserved.