Uses of Interface
org.dogtagpki.legacy.policy.IPolicyProcessor
-
-
Uses of IPolicyProcessor in com.netscape.certsrv.kra
Methods in com.netscape.certsrv.kra that return IPolicyProcessor Modifier and Type Method Description IPolicyProcessor
IKeyRecoveryAuthority. getPolicyProcessor()
Returns policy processor of the key recovery authority. -
Uses of IPolicyProcessor in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that return IPolicyProcessor Modifier and Type Method Description IPolicyProcessor
IRegistrationAuthority. getPolicyProcessor()
Retrieves the policy processor of this registration authority. -
Uses of IPolicyProcessor in org.dogtagpki.legacy.core.policy
Classes in org.dogtagpki.legacy.core.policy that implement IPolicyProcessor Modifier and Type Class Description class
GenericPolicyProcessor
This is a Generic policy processor. -
Uses of IPolicyProcessor in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy with parameters of type IPolicyProcessor Modifier and Type Method Description void
IPolicyRule. init(IPolicyProcessor owner, IConfigStore config)
Initializes the policy rule. -
Uses of IPolicyProcessor in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type IPolicyProcessor Modifier and Type Method Description abstract void
APolicyRule. init(IPolicyProcessor owner, IConfigStore config)
Initializes the policy rule. -
Uses of IPolicyProcessor in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints with parameters of type IPolicyProcessor Modifier and Type Method Description void
ManualAuthentication. init(IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule. -
Uses of IPolicyProcessor in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return IPolicyProcessor Modifier and Type Method Description IPolicyProcessor
ICertificateAuthority. getPolicyProcessor()
Retrieves the policy processor of this certificate authority.
-