Package | Description |
---|---|
com.netscape.certsrv.policy | |
com.netscape.certsrv.request | |
com.netscape.cms.policy | |
com.netscape.cms.policy.constraints | |
com.netscape.cms.policy.extensions |
Modifier and Type | Method and Description |
---|---|
PolicyResult |
IPolicySet.apply(IRequest req)
Deprecated.
Apply policy rules on a request.
|
PolicyResult |
IPolicyRule.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
Modifier and Type | Field and Description |
---|---|
static PolicyResult |
PolicyResult.ACCEPTED |
static PolicyResult |
PolicyResult.DEFERRED |
static PolicyResult |
PolicyResult.REJECTED |
Modifier and Type | Method and Description |
---|---|
PolicyResult |
IPolicy.apply(IRequest request)
Applies the policy check to the request.
|
Modifier and Type | Method and Description |
---|---|
abstract PolicyResult |
APolicyRule.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
protected PolicyResult |
APolicyRule.deferred(IRequest req)
Deprecated.
determines whether a DEFERRED policy result should be returned
by checking the contents of the AgentApprovals attribute.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
ValidityConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
UniqueSubjectNameConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
SubCANameConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
SigningAlgorithmConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RevocationConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RenewalValidityConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RenewalConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
RSAKeyConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
ManualAuthentication.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
KeyAlgorithmConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
IssuerConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
DefaultRevocation.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
DSAKeyConstraints.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
AttributePresentConstraints.apply(IRequest r)
Deprecated.
|
PolicyResult |
AgentPolicy.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
SubjectKeyIdentifierExt.apply(IRequest req)
Deprecated.
Adds Subject Key identifier Extension to a certificate.
|
PolicyResult |
SubjectDirectoryAttributesExt.apply(IRequest req)
Deprecated.
|
PolicyResult |
SubjectAltNameExt.apply(IRequest req)
Deprecated.
Adds the subject alternative names extension if not set already.
|
PolicyResult |
SubjAltNameExt.apply(IRequest req)
Deprecated.
Adds the subject alternative names extension if not set already.
|
PolicyResult |
RemoveBasicConstraintsExt.apply(IRequest req)
Deprecated.
|
PolicyResult |
PrivateKeyUsagePeriodExt.apply(IRequest req)
Deprecated.
Adds a private key usage extension if none exists.
|
PolicyResult |
PresenceExt.apply(IRequest req)
Deprecated.
|
PolicyResult |
PolicyMappingsExt.apply(IRequest req)
Deprecated.
Adds policy mappings Extension to a (CA) certificate.
|
PolicyResult |
PolicyConstraintsExt.apply(IRequest req)
Deprecated.
Adds Policy Constraints Extension to a (CA) certificate.
|
PolicyResult |
OCSPNoCheckExt.apply(IRequest req)
Deprecated.
Applies the policy to the given request.
|
PolicyResult |
NameConstraintsExt.apply(IRequest req)
Deprecated.
Adds Name Constraints Extension to a (CA) certificate.
|
PolicyResult |
NSCertTypeExt.apply(IRequest req)
Deprecated.
Adds the ns cert type if not set already.
|
PolicyResult |
NSCCommentExt.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
KeyUsageExt.apply(IRequest req)
Deprecated.
Adds the key usage extension if not set already.
|
PolicyResult |
IssuerAltNameExt.apply(IRequest req)
Deprecated.
Adds a extension if none exists.
|
PolicyResult |
GenericASN1Ext.apply(IRequest req)
Deprecated.
If this policy is enabled, add the private Integer
information extension to the certificate.
|
PolicyResult |
ExtendedKeyUsageExt.apply(IRequest req)
Deprecated.
Applies the policy to the given request.
|
PolicyResult |
CertificateScopeOfUseExt.apply(IRequest req)
Deprecated.
If this policy is enabled, add the authority information
access extension to the certificate.
|
PolicyResult |
CertificateRenewalWindowExt.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
CertificatePoliciesExt.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
PolicyResult |
CRLDistributionPointsExt.apply(IRequest req)
Applies the policy to the given request.
|
PolicyResult |
BasicConstraintsExt.apply(IRequest req)
Deprecated.
Checks if the basic contraints extension in certInfo is valid and
add the basic constraints extension for CA certs if none exists.
|
PolicyResult |
AuthorityKeyIdentifierExt.apply(IRequest req)
Deprecated.
Adds Authority Key Identifier Extension to a certificate.
|
PolicyResult |
AuthInfoAccessExt.apply(IRequest req)
Deprecated.
If this policy is enabled, add the authority information
access extension to the certificate.
|
PolicyResult |
BasicConstraintsExt.applyCert(IRequest req,
boolean isCA,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjectKeyIdentifierExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjectDirectoryAttributesExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjectAltNameExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
SubjAltNameExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
RemoveBasicConstraintsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
PrivateKeyUsagePeriodExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
PolicyMappingsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
PolicyConstraintsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
OCSPNoCheckExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
NameConstraintsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
NSCertTypeExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
NSCCommentExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
KeyUsageExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
IssuerAltNameExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
ExtendedKeyUsageExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
CertificateRenewalWindowExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
CertificatePoliciesExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|
PolicyResult |
CRLDistributionPointsExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo) |
PolicyResult |
AuthorityKeyIdentifierExt.applyCert(IRequest req,
netscape.security.x509.X509CertInfo certInfo)
Deprecated.
|