Package org.dogtagpki.legacy.core.policy
Class AndExpression
java.lang.Object
org.dogtagpki.legacy.core.policy.AndExpression
- All Implemented Interfaces:
IExpression
This class represents an expression of the form
.
Expressions are used as predicates for policy selection.
- Version:
- $Revision$, $Date$
- Author:
- kanda
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AndExpression
-
-
Method Details
-
evaluate
Description copied from interface:IExpression
Evaluate the Expression.- Specified by:
evaluate
in interfaceIExpression
- Parameters:
req
- The Request on which we are applying the condition.- Returns:
- The return value.
- Throws:
EPolicyException
-
toString
Description copied from interface:IExpression
Convert to a string.- Specified by:
toString
in interfaceIExpression
- Overrides:
toString
in classObject
-