Uses of Class
com.netscape.certsrv.request.PolicyResult

Packages that use PolicyResult
com.netscape.certsrv.policy   
com.netscape.certsrv.request   
com.netscape.cms.policy   
com.netscape.cms.policy.constraints   
com.netscape.cms.policy.extensions   
 

Uses of PolicyResult in com.netscape.certsrv.policy
 

Methods in com.netscape.certsrv.policy that return PolicyResult
 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.
 

Uses of PolicyResult in com.netscape.certsrv.request
 

Fields in com.netscape.certsrv.request declared as PolicyResult
static PolicyResult PolicyResult.ACCEPTED
           
static PolicyResult PolicyResult.DEFERRED
           
static PolicyResult PolicyResult.REJECTED
           
 

Methods in com.netscape.certsrv.request that return PolicyResult
 PolicyResult IPolicy.apply(IRequest request)
          Applies the policy check to the request.
 

Uses of PolicyResult in com.netscape.cms.policy
 

Methods in com.netscape.cms.policy that return PolicyResult
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.
 

Uses of PolicyResult in com.netscape.cms.policy.constraints
 

Methods in com.netscape.cms.policy.constraints that return PolicyResult
 PolicyResult UniqueSubjectNameConstraints.apply(IRequest req)
          Deprecated. Applies the policy on the given Request.
 PolicyResult AgentPolicy.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 RevocationConstraints.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 RSAKeyConstraints.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 ManualAuthentication.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 SigningAlgorithmConstraints.apply(IRequest req)
          Deprecated. Applies the policy on the given Request.
 PolicyResult AttributePresentConstraints.apply(IRequest r)
          Deprecated.  
 PolicyResult ValidityConstraints.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 SubCANameConstraints.apply(IRequest req)
          Deprecated. Applies the policy on the given Request.
 

Uses of PolicyResult in com.netscape.cms.policy.extensions
 

Methods in com.netscape.cms.policy.extensions that return PolicyResult
 PolicyResult OCSPNoCheckExt.apply(IRequest req)
          Deprecated. Applies the policy to the given request.
 PolicyResult AuthorityKeyIdentifierExt.apply(IRequest req)
          Deprecated. Adds Authority Key Identifier Extension to a certificate.
 PolicyResult CertificatePoliciesExt.apply(IRequest req)
          Deprecated. Applies the policy on the given Request.
 PolicyResult SubjAltNameExt.apply(IRequest req)
          Deprecated. Adds the subject alternative names extension if not set already.
 PolicyResult RemoveBasicConstraintsExt.apply(IRequest req)
          Deprecated.  
 PolicyResult CertificateScopeOfUseExt.apply(IRequest req)
          Deprecated. If this policy is enabled, add the authority information access extension to the certificate.
 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 SubjectDirectoryAttributesExt.apply(IRequest req)
          Deprecated.  
 PolicyResult AuthInfoAccessExt.apply(IRequest req)
          Deprecated. If this policy is enabled, add the authority information access extension to the certificate.
 PolicyResult NameConstraintsExt.apply(IRequest req)
          Deprecated. Adds Name Constraints Extension to a (CA) certificate.
 PolicyResult PolicyConstraintsExt.apply(IRequest req)
          Deprecated. Adds Policy Constraints Extension to a (CA) certificate.
 PolicyResult PresenceExt.apply(IRequest req)
          Deprecated.  
 PolicyResult NSCCommentExt.apply(IRequest req)
          Deprecated. Applies the policy on 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 IssuerAltNameExt.apply(IRequest req)
          Deprecated. Adds a extension if none exists.
 PolicyResult PolicyMappingsExt.apply(IRequest req)
          Deprecated. Adds policy mappings Extension to a (CA) certificate.
 PolicyResult SubjectAltNameExt.apply(IRequest req)
          Deprecated. Adds the subject alternative names extension if not set already.
 PolicyResult CRLDistributionPointsExt.apply(IRequest req)
          Applies the policy to the given request.
 PolicyResult SubjectKeyIdentifierExt.apply(IRequest req)
          Deprecated. Adds Subject Key identifier Extension to a certificate.
 PolicyResult CertificateRenewalWindowExt.apply(IRequest req)
          Deprecated. Applies the policy on the given Request.
 PolicyResult PrivateKeyUsagePeriodExt.apply(IRequest req)
          Deprecated. Adds a private key usage extension if none exists.
 PolicyResult KeyUsageExt.apply(IRequest req)
          Deprecated. Adds the key usage extension if not set already.
 PolicyResult NSCertTypeExt.apply(IRequest req)
          Deprecated. Adds the ns cert type if not set already.
 PolicyResult BasicConstraintsExt.applyCert(IRequest req, boolean isCA, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult OCSPNoCheckExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult AuthorityKeyIdentifierExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult CertificatePoliciesExt.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 ExtendedKeyUsageExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult SubjectDirectoryAttributesExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult NameConstraintsExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult PolicyConstraintsExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult NSCCommentExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult IssuerAltNameExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult PolicyMappingsExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult SubjectAltNameExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult CRLDistributionPointsExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
           
 PolicyResult SubjectKeyIdentifierExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult CertificateRenewalWindowExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult PrivateKeyUsagePeriodExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult KeyUsageExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.  
 PolicyResult NSCertTypeExt.applyCert(IRequest req, netscape.security.x509.X509CertInfo certInfo)
          Deprecated.