Uses of Interface
org.dogtagpki.legacy.policy.IPolicyRule
Packages that use IPolicyRule
Package
Description
-
Uses of IPolicyRule in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that return IPolicyRuleModifier and TypeMethodDescriptionGenericPolicyProcessor.getPolicyImpl
(String id) GenericPolicyProcessor.getPolicyInstance
(String id) Returns the rule identified by a given name.Methods in org.dogtagpki.legacy.core.policy that return types with arguments of type IPolicyRuleModifier and TypeMethodDescriptionGenericPolicyProcessor.getPolicyImpls()
GenericPolicyProcessor.getPolicyInstances()
PolicySet.getRules()
Returns an enumeration of rules.Methods in org.dogtagpki.legacy.core.policy with parameters of type IPolicyRuleModifier and TypeMethodDescriptionvoid
PolicySet.addRule
(String ruleName, IPolicyRule rule) Add a policy rule.JavaScriptRequestProxy.applyPolicy
(IPolicyRule r) void
PolicySet.replaceRule
(String ruleName, IPolicyRule rule) Remplaces a policy rule identified by the given name. -
Uses of IPolicyRule in org.dogtagpki.legacy.policy
Subinterfaces of IPolicyRule in org.dogtagpki.legacy.policyModifier and TypeInterfaceDescriptioninterface
Interface for an enrollment policy rule.interface
Interface for a key recovery policy rule.interface
Interface for a key recovery policy rule.interface
Interface for a renewal policy rule.interface
Interface for a revocation policy rule.Methods in org.dogtagpki.legacy.policy that return IPolicyRuleModifier and TypeMethodDescriptionIPolicyProcessor.getPolicyImpl
(String id) Returns an implementation identified by a given id.IPolicyProcessor.getPolicyInstance
(String id) Returns instance configuration for a given instance id.Returns the rule identified by a given name.Methods in org.dogtagpki.legacy.policy that return types with arguments of type IPolicyRuleModifier and TypeMethodDescriptionIPolicyProcessor.getPolicyImpls()
Returns the rule implementations registered with this processor.IPolicyProcessor.getPolicyInstances()
Returns policy instances registered with this processor.IPolicySet.getRules()
Returns an enumeration of rules.Methods in org.dogtagpki.legacy.policy with parameters of type IPolicyRuleModifier and TypeMethodDescriptionvoid
IPolicySet.addRule
(String ruleName, IPolicyRule rule) Add a policy rule. -
Uses of IPolicyRule in org.dogtagpki.legacy.server.policy
Classes in org.dogtagpki.legacy.server.policy that implement IPolicyRuleModifier and TypeClassDescriptionclass
The abstract policy rule that concrete implementations will extend. -
Uses of IPolicyRule in org.dogtagpki.legacy.server.policy.constraints
Classes in org.dogtagpki.legacy.server.policy.constraints that implement IPolicyRuleModifier and TypeClassDescriptionclass
ManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.