Package | Description |
---|---|
org.dogtagpki.legacy.core.policy | |
org.dogtagpki.legacy.policy | |
org.dogtagpki.legacy.server.policy.constraints |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleExpression.evaluate(IRequest req) |
boolean |
OrExpression.evaluate(IRequest req) |
boolean |
AndExpression.evaluate(IRequest req) |
static IExpression |
SimpleExpression.parse(java.lang.String input) |
static IExpression |
PolicyPredicateParser.parse(java.lang.String predicateExpression)
Parse the predicate expression and return a vector of expressions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IExpression.evaluate(IRequest req)
Evaluate the Expression.
|
IExpression |
IPolicyPredicateParser.parse(java.lang.String predicateExpression)
Parse the predicate expression and return a vector of expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
ManualAuthentication.init(IPolicyProcessor owner,
IConfigStore config)
Initializes this policy rule.
|