Uses of Interface
com.netscape.certsrv.base.IExtendedPluginInfo

Packages that use IExtendedPluginInfo
com.netscape.certsrv.base   
com.netscape.cms.authentication   
com.netscape.cms.authorization   
com.netscape.cms.crl   
com.netscape.cms.jobs   
com.netscape.cms.logging   
com.netscape.cms.ocsp   
com.netscape.cms.policy.constraints   
com.netscape.cms.policy.extensions   
com.netscape.cms.publish.mappers   
com.netscape.cms.publish.publishers   
com.netscape.cms.servlet.admin   
 

Uses of IExtendedPluginInfo in com.netscape.certsrv.base
 

Classes in com.netscape.certsrv.base that implement IExtendedPluginInfo
 class ExtendedPluginInfo
          Plugin which can return extended information to console
 

Uses of IExtendedPluginInfo in com.netscape.cms.authentication
 

Classes in com.netscape.cms.authentication that implement IExtendedPluginInfo
 class CMCAuth
          UID/CMC authentication plug-in
 class DirBasedAuthentication
          Abstract class for directory based authentication managers Uses a pattern for formulating subject names.
 class FlatFileAuth
          This represents the authentication manager that authenticates user against a file where id, and password are stored.
 class HashAuthentication
          Hash uid/pwd directory based authentication manager
 class PortalEnroll
          uid/pwd directory based authentication manager
 class UdnPwdDirAuthentication
          udn/pwd directory based authentication manager
 class UidPwdDirAuthentication
          uid/pwd directory based authentication manager
 class UidPwdPinDirAuthentication
          uid/pwd/pin directory based authentication manager
 

Uses of IExtendedPluginInfo in com.netscape.cms.authorization
 

Classes in com.netscape.cms.authorization that implement IExtendedPluginInfo
 class BasicAclAuthz
          A class for basic acls authorization manager
 class DirAclAuthz
          A class for ldap acls based authorization manager The ldap server used for acls is the cms internal ldap db.
 

Uses of IExtendedPluginInfo in com.netscape.cms.crl
 

Classes in com.netscape.cms.crl that implement IExtendedPluginInfo
 class CMSAuthInfoAccessExtension
          This represents a Authority Information Access CRL extension.
 class CMSAuthorityKeyIdentifierExtension
          This represents an authority key identifier extension.
 class CMSCertificateIssuerExtension
          This represents a certificate issuer extension.
 class CMSCRLNumberExtension
          This represents a CRL number extension.
 class CMSCRLReasonExtension
          This represents a CRL reason extension.
 class CMSDeltaCRLIndicatorExtension
          This represents a delta CRL indicator extension.
 class CMSFreshestCRLExtension
          This represents a freshest CRL extension.
 class CMSHoldInstructionExtension
          This represents a hold instruction extension.
 class CMSInvalidityDateExtension
          This represents a invalidity date extension.
 class CMSIssuerAlternativeNameExtension
          This represents a issuer alternative name extension.
 class CMSIssuingDistributionPointExtension
          This represents a issuing distribution point extension.
 

Uses of IExtendedPluginInfo in com.netscape.cms.jobs
 

Classes in com.netscape.cms.jobs that implement IExtendedPluginInfo
 class PublishCertsJob
          a job for the Jobs Scheduler.
 class RenewalNotificationJob
          A job for the Jobs Scheduler.
 class RequestInQueueJob
          A job for the Jobs Scheduler.
 class UnpublishExpiredJob
          a job for the Jobs Scheduler.
 

Uses of IExtendedPluginInfo in com.netscape.cms.logging
 

Classes in com.netscape.cms.logging that implement IExtendedPluginInfo
 class LogFile
          A log event listener which write logs to log files
 class RollingLogFile
          A rotating log file for Certificate log events.
 

Uses of IExtendedPluginInfo in com.netscape.cms.ocsp
 

Classes in com.netscape.cms.ocsp that implement IExtendedPluginInfo
 class DefStore
          This is the default OCSP store that stores revocation information as certificate record (CMS internal data structure).
 class LDAPStore
          This is the LDAP OCSP store.
 

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

Classes in com.netscape.cms.policy.constraints that implement IExtendedPluginInfo
 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 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 IExtendedPluginInfo in com.netscape.cms.policy.extensions
 

Classes in com.netscape.cms.policy.extensions that implement IExtendedPluginInfo
 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 Policy
 class 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 policy
 class 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 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.
 

Uses of IExtendedPluginInfo in com.netscape.cms.publish.mappers
 

Classes in com.netscape.cms.publish.mappers that implement IExtendedPluginInfo
 class LdapCaSimpleMap
          Maps a request to an entry in the LDAP server.
 class LdapCertCompsMap
          Maps a X509 certificate to a LDAP entry using AVAs in the certificate's subject name to form the ldap search dn and filter.
 class LdapCertExactMap
          Maps a X509 certificate to a LDAP entry by using the subject name of the certificate as the LDAP entry DN.
 class LdapCertSubjMap
          Maps a X509 certificate to a LDAP entry by finding an LDAP entry which has an attribute whose contents are equal to the cert subject name.
 class LdapCrlIssuerCompsMap
          Default crl mapper.
 class LdapDNCompsMap
          Maps a Subject name to an entry in the LDAP server.
 class LdapEnhancedMap
          Maps a request to an entry in the LDAP server.
 class LdapSimpleMap
          Maps a request to an entry in the LDAP server.
 class NoMap
          No Map
 

Uses of IExtendedPluginInfo in com.netscape.cms.publish.publishers
 

Classes in com.netscape.cms.publish.publishers that implement IExtendedPluginInfo
 class FileBasedPublisher
          This publisher writes certificate and CRL into a directory.
 class LdapCaCertPublisher
          Interface for publishing a CA certificate to
 class LdapCertificatePairPublisher
          module for publishing a cross certificate pair to ldap crossCertificatePair attribute
 class LdapCrlPublisher
          For publishing master or global CRL.
 class LdapEncryptCertPublisher
          Interface for mapping a X509 certificate to a LDAP entry
 class LdapUserCertPublisher
          Interface for mapping a X509 certificate to a LDAP entry
 class OCSPPublisher
          This publisher writes certificate and CRL into a directory.
 

Uses of IExtendedPluginInfo in com.netscape.cms.servlet.admin
 

Methods in com.netscape.cms.servlet.admin that return IExtendedPluginInfo
protected static IExtendedPluginInfo AdminServlet.getClassByNameAsExtendedPluginInfo(java.lang.String className)