org.acegisecurity.ldap
Interface LdapEntryMapper

All Known Implementing Classes:
LdapUserDetailsMapper

public interface LdapEntryMapper

A mapper for use with LdapTemplate. 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)
           
 

Method Detail

mapAttributes

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


Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.