Spring Security Framework

org.springframework.security.ldap
Interface LdapUsernameToDnMapper

All Known Implementing Classes:
DefaultLdapUsernameToDnMapper

public interface LdapUsernameToDnMapper

Constructs an Ldap Distinguished Name from a username.

Version:
$Id: LdapUsernameToDnMapper.java 2261 2007-11-20 20:54:48Z luke_t $
Author:
Luke Taylor

Method Summary
 org.springframework.ldap.core.DistinguishedName buildDn(String username)
           
 

Method Detail

buildDn

org.springframework.ldap.core.DistinguishedName buildDn(String username)

Spring Security Framework

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