Uses of Interface
com.netscape.certsrv.publish.ILdapMapper
-
Packages that use ILdapMapper Package Description com.netscape.certsrv.publish com.netscape.cms.publish.mappers com.netscape.cms.servlet.admin com.netscape.cmscore.ldap -
-
Uses of ILdapMapper in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return ILdapMapper Modifier and Type Method Description ILdapMapperIPublisherProcessor. getActiveMapperInstance(java.lang.String insName)Returns ILdapMapper instance that is currently active.ILdapMapperMapperProxy. getMapper()Returns ILdapMapper object.ILdapMapperIPublisherProcessor. getMapperInstance(java.lang.String insName)Returns ILdapMapper instance based on name of MapperProxy.Constructors in com.netscape.certsrv.publish with parameters of type ILdapMapper Constructor Description 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 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.classLdapEnhancedMapMaps a request to an entry in the LDAP server.classLdapSimpleMapMaps a request to an entry in the LDAP server.classNoMapNo Map -
Uses of ILdapMapper in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type ILdapMapper Modifier and Type Method Description java.lang.StringPublisherAdminServlet. getMapperPluginName(ILdapMapper mapper) -
Uses of ILdapMapper in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that return ILdapMapper Modifier and Type Method Description ILdapMapperPublisherProcessor. getActiveMapperInstance(java.lang.String insName)ILdapMapperPublisherProcessor. getMapperInstance(java.lang.String insName)Methods in com.netscape.cmscore.ldap with parameters of type ILdapMapper Modifier and Type Method Description voidLdapPublishModule. publish(ILdapMapper mapper, ILdapPublisher publisher, java.security.cert.X509Certificate cert)voidLdapPublishModule. unpublish(ILdapMapper mapper, ILdapPublisher publisher, java.security.cert.X509Certificate cert)
-