org.springframework.security.ldap
Interface LdapEntryMapper


Deprecated. in favour of Spring LDAP ContextMapper

public interface LdapEntryMapper

A mapper for use with SpringSecurityLdapTemplate. Creates a customized object from a set of attributes retrieved from a directory entry.

Version:
$Id: LdapEntryMapper.java 2217 2007-10-27 00:45:30Z luke_t $
Author:
Luke Taylor

Method Summary
 java.lang.Object mapAttributes(java.lang.String dn, javax.naming.directory.Attributes attributes)
          Deprecated.  
 

Method Detail

mapAttributes

java.lang.Object mapAttributes(java.lang.String dn,
                               javax.naming.directory.Attributes attributes)
                               throws javax.naming.NamingException
Deprecated. 
Throws:
javax.naming.NamingException