com.netscape.certsrv.dbs
Interface IDBDynAttrMapper
- All Superinterfaces:
- IDBAttrMapper
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: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $
Method Summary |
boolean |
supportsLDAPAttributeName(java.lang.String attrName)
Returns true if the LDAP attribute can be mapped by this
dynamic mapper. |
supportsLDAPAttributeName
boolean supportsLDAPAttributeName(java.lang.String attrName)
- Returns true if the LDAP attribute can be mapped by this
dynamic mapper.
- Parameters:
attrName
- LDAP attribute name to check
- Returns:
- a list of supported attribute names