com.netscape.certsrv.policy
Interface IPolicyPredicateParser


Deprecated.

public interface IPolicyPredicateParser

Interface for policy predicate parsers.

 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) $

Method Summary
 IExpression parse(java.lang.String predicateExpression)
          Deprecated. Parse the predicate expression and return a vector of expressions.
 

Method Detail

parse

IExpression parse(java.lang.String predicateExpression)
                  throws EPolicyException
Deprecated. 
Parse the predicate expression and return a vector of expressions.

Parameters:
predicateExpression - The predicate expression as read from the config file.
Returns:
expVector The vector of expressions.
Throws:
EPolicyException