Class LdapFilterConverter

java.lang.Object
com.netscape.cmscore.dbs.LdapFilterConverter
All Implemented Interfaces:
IFilterConverter

public class LdapFilterConverter extends Object implements IFilterConverter
A class represents a filter converter that understands how to convert a attribute type from one defintion to another.
Version:
$Revision$, $Date$
Author:
thomask
  • Constructor Details

  • Method Details

    • convert

      public String convert(String name, String op, String value)
      Converts database filter to ldap filter.
      Specified by:
      convert in interface IFilterConverter
      Parameters:
      name - attribute name
      op - attribute operation
      value - attribute value
      Returns:
      The LDAP attribute