Uses of Interface
org.dogtagpki.legacy.policy.IPolicyRule
-
Packages that use IPolicyRule Package Description org.dogtagpki.legacy.core.policy org.dogtagpki.legacy.policy org.dogtagpki.legacy.server.policy org.dogtagpki.legacy.server.policy.constraints -
-
Uses of IPolicyRule in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that return IPolicyRule Modifier and Type Method Description IPolicyRuleGenericPolicyProcessor. getPolicyImpl(java.lang.String id)IPolicyRuleGenericPolicyProcessor. getPolicyInstance(java.lang.String id)IPolicyRulePolicySet. getRule(java.lang.String ruleName)Returns the rule identified by a given name.Methods in org.dogtagpki.legacy.core.policy that return types with arguments of type IPolicyRule Modifier and Type Method Description java.util.Enumeration<IPolicyRule>GenericPolicyProcessor. getPolicyImpls()java.util.Enumeration<IPolicyRule>GenericPolicyProcessor. getPolicyInstances()java.util.Enumeration<IPolicyRule>PolicySet. getRules()Returns an enumeration of rules.Methods in org.dogtagpki.legacy.core.policy with parameters of type IPolicyRule Modifier and Type Method Description voidPolicySet. addRule(java.lang.String ruleName, IPolicyRule rule)Add a policy rule.PolicyResultJavaScriptRequestProxy. applyPolicy(IPolicyRule r)voidPolicySet. replaceRule(java.lang.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.policy Modifier and Type Interface Description interfaceIEnrollmentPolicyInterface for an enrollment policy rule.interfaceIKeyArchivalPolicyInterface for a key recovery policy rule.interfaceIKeyRecoveryPolicyInterface for a key recovery policy rule.interfaceIRenewalPolicyInterface for a renewal policy rule.interfaceIRevocationPolicyInterface for a revocation policy rule.Methods in org.dogtagpki.legacy.policy that return IPolicyRule Modifier and Type Method Description IPolicyRuleIPolicyProcessor. getPolicyImpl(java.lang.String id)Returns an implementation identified by a given id.IPolicyRuleIPolicyProcessor. getPolicyInstance(java.lang.String id)Returns instance configuration for a given instance id.IPolicyRuleIPolicySet. getRule(java.lang.String ruleName)Returns the rule identified by a given name.Methods in org.dogtagpki.legacy.policy that return types with arguments of type IPolicyRule Modifier and Type Method Description java.util.Enumeration<IPolicyRule>IPolicyProcessor. getPolicyImpls()Returns the rule implementations registered with this processor.java.util.Enumeration<IPolicyRule>IPolicyProcessor. getPolicyInstances()Returns policy instances registered with this processor.java.util.Enumeration<IPolicyRule>IPolicySet. getRules()Returns an enumeration of rules.Methods in org.dogtagpki.legacy.policy with parameters of type IPolicyRule Modifier and Type Method Description voidIPolicySet. addRule(java.lang.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 IPolicyRule Modifier and Type Class Description classAPolicyRuleThe 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 IPolicyRule Modifier and Type Class Description classManualAuthenticationManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.
-