Uses of Interface
com.netscape.certsrv.base.IExtendedPluginInfo
-
-
Uses of IExtendedPluginInfo in com.netscape.certsrv.base
Classes in com.netscape.certsrv.base that implement IExtendedPluginInfo Modifier and Type Class Description classExtendedPluginInfoPlugin which can return extended information to console -
Uses of IExtendedPluginInfo in com.netscape.cms.authentication
Classes in com.netscape.cms.authentication that implement IExtendedPluginInfo Modifier and Type Class Description classCMCAuthUID/CMC authentication plug-inclassDirBasedAuthenticationAbstract class for directory based authentication managers Uses a pattern for formulating subject names.classFlatFileAuthThis represents the authentication manager that authenticates user against a file where id, and password are stored.classHashAuthenticationHash uid/pwd directory based authentication managerclassPortalEnrolluid/pwd directory based authentication managerclassSharedSecretSharedSecret provides methods to retrieve shared secrets between users and the server.classUidPwdDirAuthenticationuid/pwd directory based authentication managerclassUidPwdPinDirAuthenticationuid/pwd/pin directory based authentication managerclassUserPwdDirAuthenticationuid/pwd directory based authentication manager -
Uses of IExtendedPluginInfo in com.netscape.cms.authorization
Classes in com.netscape.cms.authorization that implement IExtendedPluginInfo Modifier and Type Class Description classBasicAclAuthzA class for basic acls authorization managerclassBasicGroupAuthzclassDirAclAuthzA 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 Modifier and Type Class Description classCMSAuthInfoAccessExtensionThis represents a Authority Information Access CRL extension.classCMSCertificateIssuerExtensionThis represents a certificate issuer extension.classCMSCRLReasonExtensionThis represents a CRL reason extension.classCMSFreshestCRLExtensionThis represents a freshest CRL extension.classCMSHoldInstructionExtensionThis represents a hold instruction extension.classCMSInvalidityDateExtensionThis represents a invalidity date extension.classCMSIssuerAlternativeNameExtensionThis represents a issuer alternative name extension.classCMSIssuingDistributionPointExtensionThis represents a issuing distribution point extension. -
Uses of IExtendedPluginInfo in com.netscape.cms.jobs
Classes in com.netscape.cms.jobs that implement IExtendedPluginInfo Modifier and Type Class Description classRequestInQueueJobA job for the Jobs Scheduler. -
Uses of IExtendedPluginInfo in com.netscape.cms.logging
Classes in com.netscape.cms.logging that implement IExtendedPluginInfo Modifier and Type Class Description classLogFileA log event listener which write logs to log filesclassRollingLogFileA rotating log file for Certificate log events. -
Uses of IExtendedPluginInfo in com.netscape.cms.ocsp
Classes in com.netscape.cms.ocsp that implement IExtendedPluginInfo Modifier and Type Class Description classDefStoreThis is the default OCSP store that stores revocation information as certificate record (CMS internal data structure).classLDAPStoreThis is the LDAP OCSP store. -
Uses of IExtendedPluginInfo in com.netscape.cms.publish.mappers
Classes in com.netscape.cms.publish.mappers that implement IExtendedPluginInfo Modifier and Type Class Description classLdapCaSimpleMapMaps a request to an entry in the LDAP server.classLdapCertCompsMapMaps a X509 certificate to a LDAP entry using AVAs in the certificate's subject name to form the ldap search dn and filter.classLdapCertExactMapMaps a X509 certificate to a LDAP entry by using the subject name of the certificate as the LDAP entry DN.classLdapCertSubjMapMaps 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.classLdapCrlIssuerCompsMapDefault crl mapper.classLdapDNCompsMapMaps a Subject name to an entry in the LDAP server.classLdapEnhancedMapMaps a request to an entry in the LDAP server.classLdapSimpleMapMaps a request to an entry in the LDAP server.classNoMapNo Map -
Uses of IExtendedPluginInfo in com.netscape.cms.publish.publishers
Classes in com.netscape.cms.publish.publishers that implement IExtendedPluginInfo Modifier and Type Class Description classFileBasedPublisherThis publisher writes certificate and CRL into a directory.classLdapCaCertPublisherInterface for publishing a CA certificate toclassLdapCertificatePairPublishermodule for publishing a cross certificate pair to ldap crossCertificatePair attributeclassLdapCrlPublisherFor publishing master or global CRL.classLdapUserCertPublisherInterface for mapping a X509 certificate to a LDAP entryclassOCSPPublisherThis 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 Modifier and Type Method Description protected static IExtendedPluginInfoAdminServlet. getClassByNameAsExtendedPluginInfo(java.lang.String className) -
Uses of IExtendedPluginInfo in com.netscape.cmscore.ldap
Classes in com.netscape.cmscore.ldap that implement IExtendedPluginInfo Modifier and Type Class Description classLdapRuleThe publishing rule that links mapper and publisher together.
-