Uses of Interface
org.dogtagpki.legacy.policy.IExpression
-
Packages that use IExpression Package Description org.dogtagpki.legacy.core.policy org.dogtagpki.legacy.policy org.dogtagpki.legacy.server.policy -
-
Uses of IExpression in org.dogtagpki.legacy.core.policy
Classes in org.dogtagpki.legacy.core.policy that implement IExpression Modifier and Type Class Description class
AndExpression
This class represents an expression of the form. class
OrExpression
This class represents an Or expression of the form (var1 op val1 OR var2 op val2).class
SimpleExpression
This class represents an expression of the form var = val, var val, var val, var val, var val, var val.Fields in org.dogtagpki.legacy.core.policy with type parameters of type IExpression Modifier and Type Field Description static java.util.Hashtable<java.lang.String,IExpression>
GenericPolicyProcessor. DEF_UNDELETABLE_POLICIES
Methods in org.dogtagpki.legacy.core.policy that return IExpression Modifier and Type Method Description static IExpression
PolicyPredicateParser. parse(java.lang.String predicateExpression)
Parse the predicate expression and return a vector of expressions.static IExpression
SimpleExpression. parse(java.lang.String input)
Constructors in org.dogtagpki.legacy.core.policy with parameters of type IExpression Constructor Description AndExpression(IExpression exp1, IExpression exp2)
OrExpression(IExpression exp1, IExpression exp2)
-
Uses of IExpression in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return IExpression Modifier and Type Method 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.Methods in org.dogtagpki.legacy.policy with parameters of type IExpression Modifier and Type Method Description void
IPolicyRule. setPredicate(IExpression exp)
Sets a predicate expression for rule matching. -
Uses of IExpression in org.dogtagpki.legacy.server.policy
Fields in org.dogtagpki.legacy.server.policy declared as IExpression Modifier and Type Field Description protected IExpression
APolicyRule. mFilterExp
Methods in org.dogtagpki.legacy.server.policy that return IExpression Modifier and Type Method Description IExpression
APolicyRule. getPredicate()
Returns the predicate expression for the rule.Methods in org.dogtagpki.legacy.server.policy with parameters of type IExpression Modifier and Type Method Description void
APolicyRule. setPredicate(IExpression exp)
Sets a predicate expression for rule matching.
-