Class GenericPolicyProcessor

java.lang.Object
org.dogtagpki.legacy.policy.PolicyProcessor
org.dogtagpki.legacy.core.policy.GenericPolicyProcessor

public class GenericPolicyProcessor extends PolicyProcessor
This is a Generic policy processor. The three main functions of this class are: 1. To initialize policies by reading policy configuration from the config file, and maintain 5 sets of policies - viz Enrollment, Renewal, Revocation and KeyRecovery and KeyArchival. 2. To apply the configured policies on the given request. 3. To enable policy listing/configuration via MCC console. Since the policy processor also implements the IPolicy interface the processor itself presents itself as one big policy to the request processor.
Version:
$Revision$, $Date$
Author:
kanda