Spring Security Framework

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$
Author:
Luke Taylor

Method Summary
 Object mapAttributes(String dn, Attributes attributes)
          Deprecated.  
 

Method Detail

mapAttributes

Object mapAttributes(String dn,
                     Attributes attributes)
                     throws NamingException
Deprecated. 
Throws:
NamingException

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.