Class OrExpression
java.lang.Object
org.dogtagpki.legacy.core.policy.OrExpression
- All Implemented Interfaces:
IExpression
This class represents an Or expression of the form
(var1 op val1 OR var2 op val2).
Expressions are used as predicates for policy selection.
- Version:
- $Revision$, $Date$
- Author:
- kanda
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrExpression
-
-
Method Details
-
evaluate
Description copied from interface:IExpressionEvaluate the Expression.- Specified by:
evaluatein interfaceIExpression- Parameters:
req- The PKIRequest on which we are applying the condition.- Returns:
- The return value.
- Throws:
EPolicyException
-
toString
Description copied from interface:IExpressionConvert to a string.- Specified by:
toStringin interfaceIExpression- Overrides:
toStringin classObject
-