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

Method Detail

mapAttributes

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


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