Package com.netscape.cmscore.dbs
Class LdapFilterConverter
java.lang.Object
com.netscape.certsrv.dbs.FilterConverter
com.netscape.cmscore.dbs.LdapFilterConverter
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 Summary
ConstructorsConstructorDescriptionConstructs filter convertor. -
Method Summary
-
Constructor Details
-
LdapFilterConverter
Constructs filter convertor.
-
-
Method Details
-
convert
Converts database filter to ldap filter.- Specified by:
convert
in classFilterConverter
- Parameters:
name
- attribute nameop
- attribute operationvalue
- attribute value- Returns:
- The LDAP attribute
-