Class LdapCertCompsMap

java.lang.Object
com.netscape.cms.publish.mappers.LdapDNCompsMap
com.netscape.cms.publish.mappers.LdapCertCompsMap
All Implemented Interfaces:
IExtendedPluginInfo, ILdapMapper, ILdapPlugin

public class LdapCertCompsMap extends LdapDNCompsMap implements ILdapMapper
Maps a X509 certificate to a LDAP entry using AVAs in the certificate's subject name to form the ldap search dn and filter. Takes a optional root search dn. The DN comps are used to form a LDAP entry to begin a subtree search. The filter comps are used to form a search filter for the subtree. If none of the DN comps matched, baseDN is used for the subtree. If the baseDN is null and none of the DN comps matched, it is an error. If none of the DN comps and filter comps matched, it is an error. If just the filter comps is null, a base search is performed.
Version:
$Revision$, $Date$