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 |
java.lang.Object |
mapAttributes(java.lang.String dn,
javax.naming.directory.Attributes attributes)
Deprecated. |
mapAttributes
java.lang.Object mapAttributes(java.lang.String dn,
javax.naming.directory.Attributes attributes)
throws javax.naming.NamingException
- Deprecated.
- Throws:
javax.naming.NamingException