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 IRequestQueue
RequestSubsystem. 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 class
GenericPolicyProcessor
This 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 interface
IEnrollmentPolicy
Interface for an enrollment policy rule.interface
IKeyArchivalPolicy
Interface for a key recovery policy rule.interface
IKeyRecoveryPolicy
Interface for a key recovery policy rule.interface
IPolicyProcessor
A generic interface for a policy processor.interface
IPolicyRule
Interface for a policy rule.interface
IRenewalPolicy
Interface for a renewal policy rule.interface
IRevocationPolicy
Interface 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 class
APolicyRule
The 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 class
ManualAuthentication
ManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.
-