Uses of Interface
org.dogtagpki.legacy.policy.IExpression
Packages that use IExpression
Package
Description
-
Uses of IExpression in org.dogtagpki.legacy.core.policy
Classes in org.dogtagpki.legacy.core.policy that implement IExpressionModifier and TypeClassDescriptionclassThis class represents an expression of the form. classThis class represents an Or expression of the form (var1 op val1 OR var2 op val2).classThis 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 IExpressionModifier and TypeFieldDescriptionstatic final Hashtable<String, IExpression> GenericPolicyProcessor.DEF_UNDELETABLE_POLICIESMethods in org.dogtagpki.legacy.core.policy that return IExpressionModifier and TypeMethodDescriptionstatic IExpressionParse the predicate expression and return a vector of expressions.static IExpressionConstructors in org.dogtagpki.legacy.core.policy with parameters of type IExpressionModifierConstructorDescriptionAndExpression(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 IExpressionModifier and TypeMethodDescriptionIPolicyRule.getPredicate()Returns the predicate expression for the rule.Parse the predicate expression and return a vector of expressions.Methods in org.dogtagpki.legacy.policy with parameters of type IExpressionModifier and TypeMethodDescriptionvoidIPolicyRule.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 IExpressionMethods in org.dogtagpki.legacy.server.policy that return IExpressionModifier and TypeMethodDescriptionAPolicyRule.getPredicate()Returns the predicate expression for the rule.Methods in org.dogtagpki.legacy.server.policy with parameters of type IExpressionModifier and TypeMethodDescriptionvoidAPolicyRule.setPredicate(IExpression exp) Sets a predicate expression for rule matching.