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: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
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