Class LdapFilterConverter

java.lang.Object
com.netscape.certsrv.dbs.FilterConverter
com.netscape.cmscore.dbs.LdapFilterConverter

public class LdapFilterConverter extends FilterConverter
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 class FilterConverter
      Parameters:
      name - attribute name
      op - attribute operation
      value - attribute value
      Returns:
      The LDAP attribute