Uses of Interface
com.netscape.certsrv.publish.ILdapMapper

Packages that use ILdapMapper
com.netscape.certsrv.publish   
com.netscape.cms.publish.mappers   
com.netscape.cms.servlet.admin   
 

Uses of ILdapMapper in com.netscape.certsrv.publish
 

Methods in com.netscape.certsrv.publish that return ILdapMapper
 ILdapMapper IPublisherProcessor.getActiveMapperInstance(java.lang.String insName)
          Returns ILdapMapper instance that is currently active.
 ILdapMapper MapperProxy.getMapper()
          Returns ILdapMapper object.
 ILdapMapper IPublisherProcessor.getMapperInstance(java.lang.String insName)
          Returns ILdapMapper instance based on name of MapperProxy.
 

Constructors in com.netscape.certsrv.publish with parameters of type ILdapMapper
MapperProxy(boolean enable, ILdapMapper mapper)
          Contructs MapperProxy .
 

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

Classes in com.netscape.cms.publish.mappers that implement ILdapMapper
 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 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 ILdapMapper in com.netscape.cms.servlet.admin
 

Methods in com.netscape.cms.servlet.admin with parameters of type ILdapMapper
 java.lang.String PublisherAdminServlet.getMapperPluginName(ILdapMapper mapper)