public interface

LdapUserDetails

implements UserDetails
org.springframework.security.ldap.userdetails.LdapUserDetails
Known Indirect Subclasses

Class Overview

Captures the information for a user's LDAP entry.

Summary

Public Methods
abstract String getDn()
The DN of the entry for this user's account.
[Expand]
Inherited Methods
From interface org.springframework.security.core.userdetails.UserDetails

Public Methods

public abstract String getDn ()

The DN of the entry for this user's account.

Returns
  • the user's DN