Package org.dogtagpki.legacy.policy
Interface IExpression
- All Known Implementing Classes:
AndExpression
,OrExpression
,SimpleExpression
public interface IExpression
Interface for a policy expression.
NOTE: The Policy Framework has been replaced by the Profile Framework.
- Version:
- $Revision$, $Date$
-
Field Details
-
OP_EQUAL
static final int OP_EQUAL- See Also:
-
OP_NEQUAL
static final int OP_NEQUAL- See Also:
-
OP_GT
static final int OP_GT- See Also:
-
OP_LT
static final int OP_LT- See Also:
-
OP_GE
static final int OP_GE- See Also:
-
OP_LE
static final int OP_LE- See Also:
-
EQUAL_STR
- See Also:
-
NEQUAL_STR
- See Also:
-
GT_STR
- See Also:
-
GE_STR
- See Also:
-
LT_STR
- See Also:
-
LE_STR
- See Also:
-
-
Method Details
-
evaluate
Evaluate the Expression.- Parameters:
req
- The Request on which we are applying the condition.- Returns:
- The return value.
- Throws:
EPolicyException
-
toString
String toString()Convert to a string.
-