Uses of Interface
com.netscape.certsrv.request.IPolicy
-
-
Uses of IPolicy in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request with parameters of type IPolicy Modifier and Type Method Description IRequestQueueRequestSubsystem. getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotifier)Retrieves a request queue.Constructors in com.netscape.cmscore.request with parameters of type IPolicy Constructor Description ARequestQueue(IPolicy policy, IService service, INotify notify, INotify pendingNotify)RequestQueue(DBSubsystem dbSubsystem, java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotify) -
Uses of IPolicy in org.dogtagpki.legacy.core.policy
Classes in org.dogtagpki.legacy.core.policy that implement IPolicy Modifier and Type Class Description classGenericPolicyProcessorThis is a Generic policy processor. -
Uses of IPolicy in org.dogtagpki.legacy.policy
Subinterfaces of IPolicy in org.dogtagpki.legacy.policy Modifier and Type Interface Description interfaceIEnrollmentPolicyInterface for an enrollment policy rule.interfaceIKeyArchivalPolicyInterface for a key recovery policy rule.interfaceIKeyRecoveryPolicyInterface for a key recovery policy rule.interfaceIPolicyProcessorA generic interface for a policy processor.interfaceIPolicyRuleInterface for a policy rule.interfaceIRenewalPolicyInterface for a renewal policy rule.interfaceIRevocationPolicyInterface for a revocation policy rule. -
Uses of IPolicy in org.dogtagpki.legacy.server.policy
Classes in org.dogtagpki.legacy.server.policy that implement IPolicy Modifier and Type Class Description classAPolicyRuleThe abstract policy rule that concrete implementations will extend. -
Uses of IPolicy in org.dogtagpki.legacy.server.policy.constraints
Classes in org.dogtagpki.legacy.server.policy.constraints that implement IPolicy Modifier and Type Class Description classManualAuthenticationManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.
-