org.springframework.security.ldap.userdetails
Interface LdapUserDetails

All Superinterfaces:
Serializable, UserDetails
All Known Implementing Classes:
InetOrgPerson, LdapUserDetailsImpl, Person

public interface LdapUserDetails
extends UserDetails

Captures the information for a user's LDAP entry.

Version:
$Id: LdapUserDetails.java 3558 2009-04-15 07:39:21Z ltaylor $
Author:
Luke Taylor

Method Summary
 String getDn()
          The DN of the entry for this user's account.
 
Methods inherited from interface org.springframework.security.core.userdetails.UserDetails
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
 

Method Detail

getDn

String getDn()
The DN of the entry for this user's account.

Returns:
the user's DN


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