Package | Description |
---|---|
org.dogtagpki.legacy.policy | |
org.dogtagpki.legacy.server.policy |
Modifier and Type | Method and Description |
---|---|
IExpression |
IPolicyRule.getPredicate()
Returns the predicate expression for the rule.
|
IExpression |
IPolicyPredicateParser.parse(java.lang.String predicateExpression)
Parse the predicate expression and return a vector of expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
IPolicyRule.setPredicate(IExpression exp)
Sets a predicate expression for rule matching.
|
Modifier and Type | Field and Description |
---|---|
protected IExpression |
APolicyRule.mFilterExp |
Modifier and Type | Method and Description |
---|---|
IExpression |
APolicyRule.getPredicate()
Returns the predicate expression for the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
APolicyRule.setPredicate(IExpression exp)
Sets a predicate expression for rule matching.
|