toolbox.ldap
Interface MapBuilder

Package class diagram package MapBuilder
All Known Implementing Classes:
MapBuilderImpl

public interface MapBuilder

Implementations of this interface will convert naming Attributes to Map instances.


Method Summary
 java.util.Map buildMap(javax.naming.directory.Attributes attributes)
          Convert the given naming Attributes into a Map instance.
 

Method Detail

buildMap

java.util.Map buildMap(javax.naming.directory.Attributes attributes)
                       throws LDAPException
Convert the given naming Attributes into a Map instance.

Parameters:
attributes - Attributes instance to convert.
Returns:
Map instance containing attribute name-value pairs.
Throws:
LDAPException - if the attributes cannot be converted.