Uses of Class
org.dogtagpki.legacy.server.policy.PolicyRule
Packages that use PolicyRule
Package
Description
-
Uses of PolicyRule in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that return PolicyRuleModifier 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 PolicyRuleModifier and TypeMethodDescriptionGenericPolicyProcessor.getPolicyImpls()
GenericPolicyProcessor.getPolicyInstances()
PolicySet.getRules()
Returns an enumeration of rules.Methods in org.dogtagpki.legacy.core.policy with parameters of type PolicyRuleModifier and TypeMethodDescriptionvoid
PolicySet.addRule
(String ruleName, PolicyRule rule) Add a policy rule.JavaScriptRequestProxy.applyPolicy
(PolicyRule r) void
PolicySet.replaceRule
(String ruleName, PolicyRule rule) Replaces a policy rule identified by the given name. -
Uses of PolicyRule in org.dogtagpki.legacy.policy
Subclasses of PolicyRule in org.dogtagpki.legacy.policyModifier and TypeClassDescriptionclass
Class for an enrollment policy rule.class
Class for a renewal policy rule.class
Class for a revocation policy rule.Methods in org.dogtagpki.legacy.policy that return PolicyRuleModifier and TypeMethodDescriptionabstract PolicyRule
PolicyProcessor.getPolicyImpl
(String id) Returns an implementation identified by a given id.abstract PolicyRule
PolicyProcessor.getPolicyInstance
(String id) Returns instance configuration for a given instance id.Methods in org.dogtagpki.legacy.policy that return types with arguments of type PolicyRuleModifier and TypeMethodDescriptionabstract Enumeration<PolicyRule>
PolicyProcessor.getPolicyImpls()
Returns the rule implementations registered with this processor.abstract Enumeration<PolicyRule>
PolicyProcessor.getPolicyInstances()
Returns policy instances registered with this processor. -
Uses of PolicyRule in org.dogtagpki.legacy.server.policy.constraints
Subclasses of PolicyRule in org.dogtagpki.legacy.server.policy.constraintsModifier and TypeClassDescriptionclass
ManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.