Uses of Interface
org.dogtagpki.legacy.policy.IPolicyRule
-
-
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
AgentPolicy
AgentPolicy is an enrollment policy wraps another policy module.class
AttributePresentConstraints
This checks if attribute present.class
DefaultRevocation
This is the default revocation policy.class
DSAKeyConstraints
DSAKeyConstraints policy enforces min and max size of the key.class
IssuerConstraints
IssuerConstraints is a rule for restricting the issuers of the certificates used for certificate-based enrollments.class
KeyAlgorithmConstraints
KeyAlgorithmConstraints enforces a constraint that the RA or a CA honor only the keys generated using one of the permitted algorithms such as RSA, DSA or DH.class
ManualAuthentication
ManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.class
RenewalConstraints
Whether to allow renewal of an expired cert.class
RenewalValidityConstraints
RenewalValidityConstraints is a default rule for Certificate Renewal.class
RevocationConstraints
Whether to allow revocation of an expired cert.class
RSAKeyConstraints
RSAKeyConstraints policy enforces min and max size of the key.class
SigningAlgorithmConstraints
SigningAlgorithmConstraints enforces that only a supported signing algorithm be requested.class
SubCANameConstraints
This simple policy checks the subordinate CA CSR to see if it is the same as the local CA.class
UniqueSubjectName
This class is used to help migrate CMS4.1 to CMS4.2.class
UniqueSubjectNameConstraints
Checks the uniqueness of the subject name.class
ValidityConstraints
ValidityConstraints is a default rule for Enrollment and Renewal that enforces minimum and maximum validity periods and changes them if not met. -
Uses of IPolicyRule in org.dogtagpki.legacy.server.policy.extensions
Classes in org.dogtagpki.legacy.server.policy.extensions that implement IPolicyRule Modifier and Type Class Description class
AuthInfoAccessExt
Authority Information Access extension policy.class
AuthorityKeyIdentifierExt
Authority Public Key Extension Policy Adds the subject public key id extension to certificates.class
BasicConstraintsExt
Basic Constraints policy.class
CertificatePoliciesExt
Certificate Policies.class
CertificateRenewalWindowExt
Certificate Renewal Window Extension Policyclass
CertificateScopeOfUseExt
Certificate Scope Of Use extension policy.class
CRLDistributionPointsExt
CRL Distribution Points policy.class
ExtendedKeyUsageExt
This implements the extended key usage extension.class
GenericASN1Ext
Private Integer extension policy.class
IssuerAltNameExt
Issuer Alt Name Extension policy.class
KeyUsageExt
Policy to add Key Usage Extension.class
NameConstraintsExt
Name Constraints Extension Policy Adds the name constraints extension to a (CA) certificate.class
NSCCommentExt
Netscape comment Adds Netscape comment policyclass
NSCertTypeExt
NS Cert Type policy.class
OCSPNoCheckExt
This implements an OCSP Signing policy, it adds the OCSP Signing extension to the certificate.class
PolicyConstraintsExt
Policy Constraints Extension Policy Adds the policy constraints extension to (CA) certificates.class
PolicyMappingsExt
Policy Mappings Extension Policy Adds the Policy Mappings extension to a (CA) certificate.class
PresenceExt
Checks extension presence.class
PrivateKeyUsagePeriodExt
PrivateKeyUsagePeriod Identifier Extension policy.class
RemoveBasicConstraintsExt
Remove Basic Constraints policy.class
SubjAltNameExt
THIS POLICY HAS BEEN DEPRECATED SINCE CMS 4.2.class
SubjectAltNameExt
Subject Alternative Name extension policy.class
SubjectDirectoryAttributesExt
Policy to add the subject directory attributes extension.class
SubjectKeyIdentifierExt
Subject Public Key Extension Policy Adds the subject public key id extension to certificates.
-