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 TypeMethodDescriptionvoidPolicySet.addRule(String ruleName, PolicyRule rule) Add a policy rule.JavaScriptRequestProxy.applyPolicy(PolicyRule r) voidPolicySet.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 TypeClassDescriptionclassClass for an enrollment policy rule.classClass for a renewal policy rule.classClass for a revocation policy rule.Methods in org.dogtagpki.legacy.policy that return PolicyRuleModifier and TypeMethodDescriptionabstract PolicyRulePolicyProcessor.getPolicyImpl(String id) Returns an implementation identified by a given id.abstract PolicyRulePolicyProcessor.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 TypeClassDescriptionclassManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.