Package | Description |
---|---|
org.dogtagpki.legacy.core.policy | |
org.dogtagpki.legacy.policy | |
org.dogtagpki.legacy.server.policy | |
org.dogtagpki.legacy.server.policy.constraints |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<IPolicyRule> |
GenericPolicyProcessor.getPolicyImpls() |
java.util.Enumeration<IPolicyRule> |
GenericPolicyProcessor.getPolicyInstances() |
java.util.Enumeration<IPolicyRule> |
PolicySet.getRules()
Returns an enumeration of rules.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
IPolicySet.addRule(java.lang.String ruleName,
IPolicyRule rule)
Add a policy rule.
|
Modifier and Type | Class and Description |
---|---|
class |
APolicyRule
The abstract policy rule that concrete implementations will
extend.
|
Modifier and Type | Class and Description |
---|---|
class |
ManualAuthentication
ManualAuthentication is an enrollment policy that queues
all requests for issuing agent's approval if no authentication
is present.
|