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 IPolicyRule
GenericPolicyProcessor. getPolicyImpl(java.lang.String id)
IPolicyRule
GenericPolicyProcessor. getPolicyInstance(java.lang.String id)
IPolicyRule
PolicySet. 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 void
PolicySet. addRule(java.lang.String ruleName, IPolicyRule rule)
Add a policy rule.PolicyResult
JavaScriptRequestProxy. applyPolicy(IPolicyRule r)
void
PolicySet. 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 interface
IEnrollmentPolicy
Interface for an enrollment policy rule.interface
IKeyArchivalPolicy
Interface for a key recovery policy rule.interface
IKeyRecoveryPolicy
Interface for a key recovery policy rule.interface
IRenewalPolicy
Interface for a renewal policy rule.interface
IRevocationPolicy
Interface for a revocation policy rule.Methods in org.dogtagpki.legacy.policy that return IPolicyRule Modifier and Type Method Description IPolicyRule
IPolicyProcessor. getPolicyImpl(java.lang.String id)
Returns an implementation identified by a given id.IPolicyRule
IPolicyProcessor. getPolicyInstance(java.lang.String id)
Returns instance configuration for a given instance id.IPolicyRule
IPolicySet. 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 void
IPolicySet. 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 class
APolicyRule
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 IPolicyRule Modifier and Type Class Description class
ManualAuthentication
ManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.
-