Package com.netscape.certsrv.publish
Interface ILdapMapper
- All Superinterfaces:
ILdapPlugin
- All Known Implementing Classes:
LdapCaSimpleMap
,LdapCertCompsMap
,LdapCertExactMap
,LdapCertSubjMap
,LdapCrlIssuerCompsMap
,LdapEnhancedMap
,LdapSimpleMap
,NoMap
Interface for mapping a X509 certificate to a LDAP entry.
- Version:
- $Revision$ $Date$
-
Method Summary
Modifier and TypeMethodDescriptionReturns the initial default parameters.Returns the description of this mapper.Returns implementation name.Returns the current instance parameters.maps a certificate to a LDAP entry.maps a certificate to a LDAP entry.Methods inherited from interface com.netscape.certsrv.publish.ILdapPlugin
getConfigStore, init
-
Method Details
-
getImplName
String getImplName()Returns implementation name. -
getDescription
String getDescription()Returns the description of this mapper. -
getDefaultParams
Returns the initial default parameters. -
getInstanceParams
Returns the current instance parameters. -
map
maps a certificate to a LDAP entry. returns dn of the mapped LDAP entry.- Parameters:
conn
- the LDAP connectionobj
- the object to map- Returns:
- dn indicates whether a mapping was successful
- Throws:
ELdapException
- Map operation failed.
-
map
maps a certificate to a LDAP entry. returns dn of the mapped LDAP entry.- Parameters:
conn
- the LDAP connectionr
- the request to mapobj
- the object to map- Returns:
- dn indicates whether a mapping was successful
- Throws:
ELdapException
- Map operation failed.
-