com.netscape.certsrv.policy
Interface IExpression


Deprecated.

public interface IExpression

Interface for a policy expression.

 NOTE:  The Policy Framework has been replaced by the Profile Framework.
 

Version:
$Revision: 1226 $, $Date: 2010-08-19 14:16:41 -0700 (Thu, 19 Aug 2010) $

Field Summary
static java.lang.String EQUAL_STR
          Deprecated.  
static java.lang.String GE_STR
          Deprecated.  
static java.lang.String GT_STR
          Deprecated.  
static java.lang.String LE_STR
          Deprecated.  
static java.lang.String LT_STR
          Deprecated.  
static java.lang.String NEQUAL_STR
          Deprecated.  
static int OP_EQUAL
          Deprecated.  
static int OP_GE
          Deprecated.  
static int OP_GT
          Deprecated.  
static int OP_LE
          Deprecated.  
static int OP_LT
          Deprecated.  
static int OP_NEQUAL
          Deprecated.  
 
Method Summary
 boolean evaluate(IRequest req)
          Deprecated. Evaluate the Expression.
 java.lang.String toString()
          Deprecated. Convert to a string.
 

Field Detail

OP_EQUAL

static final int OP_EQUAL
Deprecated. 
See Also:
Constant Field Values

OP_NEQUAL

static final int OP_NEQUAL
Deprecated. 
See Also:
Constant Field Values

OP_GT

static final int OP_GT
Deprecated. 
See Also:
Constant Field Values

OP_LT

static final int OP_LT
Deprecated. 
See Also:
Constant Field Values

OP_GE

static final int OP_GE
Deprecated. 
See Also:
Constant Field Values

OP_LE

static final int OP_LE
Deprecated. 
See Also:
Constant Field Values

EQUAL_STR

static final java.lang.String EQUAL_STR
Deprecated. 
See Also:
Constant Field Values

NEQUAL_STR

static final java.lang.String NEQUAL_STR
Deprecated. 
See Also:
Constant Field Values

GT_STR

static final java.lang.String GT_STR
Deprecated. 
See Also:
Constant Field Values

GE_STR

static final java.lang.String GE_STR
Deprecated. 
See Also:
Constant Field Values

LT_STR

static final java.lang.String LT_STR
Deprecated. 
See Also:
Constant Field Values

LE_STR

static final java.lang.String LE_STR
Deprecated. 
See Also:
Constant Field Values
Method Detail

evaluate

boolean evaluate(IRequest req)
                 throws EPolicyException
Deprecated. 
Evaluate the Expression.

Parameters:
req - The PKIRequest on which we are applying the condition.
Returns:
The return value.
Throws:
EPolicyException

toString

java.lang.String toString()
Deprecated. 
Convert to a string.

Overrides:
toString in class java.lang.Object