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 IPolicyProcessorIKeyRecoveryAuthority. 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 IPolicyProcessorIRegistrationAuthority. 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 classGenericPolicyProcessorThis 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 voidIPolicyRule. 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 voidAPolicyRule. 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 voidManualAuthentication. 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 IPolicyProcessorICertificateAuthority. getPolicyProcessor()Retrieves the policy processor of this certificate authority.
-