public interface IFilterConverter
(1) database layer need to convert
registered attribute type to ldap attribute
type.
(2) high level subsystem need to convert
locale specific attribute type to registered
attribute type.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(java.lang.String attr,
java.lang.String op,
java.lang.String value)
Converts attribute into LDAP attribute.
|