Uses of Interface
com.netscape.certsrv.request.IPolicy
-
-
Uses of IPolicy in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request with parameters of type IPolicy Modifier and Type Method Description IRequestQueue
RequestSubsystem. getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotifier)
Retrieves a request queue.Constructors in com.netscape.cmscore.request with parameters of type IPolicy Constructor Description ARequestQueue(IPolicy policy, IService service, INotify notify, INotify pendingNotify)
RequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotify)
-
Uses of IPolicy in org.dogtagpki.legacy.core.policy
Classes in org.dogtagpki.legacy.core.policy that implement IPolicy Modifier and Type Class Description class
GenericPolicyProcessor
This is a Generic policy processor. -
Uses of IPolicy in org.dogtagpki.legacy.policy
Subinterfaces of IPolicy 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
IPolicyProcessor
A generic interface for a policy processor.interface
IPolicyRule
Interface for a policy rule.interface
IRenewalPolicy
Interface for a renewal policy rule.interface
IRevocationPolicy
Interface for a revocation policy rule. -
Uses of IPolicy in org.dogtagpki.legacy.server.policy
Classes in org.dogtagpki.legacy.server.policy that implement IPolicy Modifier and Type Class Description class
APolicyRule
The abstract policy rule that concrete implementations will extend. -
Uses of IPolicy in org.dogtagpki.legacy.server.policy.constraints
Classes in org.dogtagpki.legacy.server.policy.constraints that implement IPolicy 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 IPolicy in org.dogtagpki.legacy.server.policy.extensions
Classes in org.dogtagpki.legacy.server.policy.extensions that implement IPolicy 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.
-