public class PolicyIdCondition extends Condition
| Constructor and Description |
|---|
PolicyIdCondition(String policyId)
The default constructor for PolicyIdCondition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(CertificateToken certificateToken) |
String |
getPolicyOid()
Returns the policy OID.
|
String |
toString() |
String |
toString(String indent) |
public PolicyIdCondition(String policyId)
policyId - the policy oid to checkpublic final String getPolicyOid()
nullpublic boolean check(CertificateToken certificateToken)
Copyright © 2019. All rights reserved.