Interface LdapUserDetails

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

public interface LdapUserDetails extends UserDetails, CredentialsContainer
Captures the information for a user's LDAP entry.
  • Method Details

    • getDn

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