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 Detail

      • 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