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.cmscore.ldap -
-
Uses of ILdapMapper in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return ILdapMapper Modifier and Type Method Description ILdapMapperMapperProxy. getMapper()Returns ILdapMapper object.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.cmscore.ldap
Methods in com.netscape.cmscore.ldap that return ILdapMapper Modifier and Type Method Description ILdapMapperPublisherProcessor. getActiveMapperInstance(java.lang.String insName)Returns ILdapMapper instance that is currently active.ILdapMapperPublisherProcessor. getMapperInstance(java.lang.String insName)Returns ILdapMapper instance based on name of MapperProxy.
-