Package com.netscape.certsrv.dbs
Interface IDBDynAttrMapper
-
- All Superinterfaces:
IDBAttrMapper
- All Known Implementing Classes:
ExtAttrDynMapper
public interface IDBDynAttrMapper extends IDBAttrMapper
An interface representing a dynamic attribute mapper. A dynamic mapper has knowledge on how to convert a set of dynamically assigned db attribute into zero or more dynamically assigned LDAP attributes, and vice versa.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
supportsLDAPAttributeName(java.lang.String attrName)
Returns true if the LDAP attribute can be mapped by this dynamic mapper.-
Methods inherited from interface com.netscape.certsrv.dbs.IDBAttrMapper
getSupportedLDAPAttributeNames, mapLDAPAttributeSetToObject, mapObjectToLDAPAttributeSet, mapSearchFilter
-
-