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
mapAttributes
Object mapAttributes(String dn,
Attributes attributes)
throws NamingException
- Deprecated.
- Throws:
NamingException
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.