Package | Description |
---|---|
com.netscape.certsrv.publish | |
com.netscape.cms.publish.mappers |
Modifier and Type | Method and Description |
---|---|
ILdapMapper |
MapperProxy.getMapper()
Returns ILdapMapper object.
|
Constructor and Description |
---|
MapperProxy(boolean enable,
ILdapMapper mapper)
Contructs MapperProxy .
|
Modifier and Type | Class and Description |
---|---|
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
|