Interface LdaptiveUserDetails

All Superinterfaces:
NormalizedPrincipal, Principal, Serializable, org.springframework.security.core.userdetails.UserDetails
All Known Implementing Classes:
LdaptiveUser

public interface LdaptiveUserDetails extends org.springframework.security.core.userdetails.UserDetails, NormalizedPrincipal
The ldaptive user details.
Author:
Christian Bremer
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the distinguished name.

    Methods inherited from interface org.bremersee.spring.security.core.NormalizedPrincipal

    getEmail, getFirstName, getLastName

    Methods inherited from interface java.security.Principal

    equals, getName, hashCode, implies, toString

    Methods inherited from interface org.springframework.security.core.userdetails.UserDetails

    getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
  • Method Details

    • getDn

      String getDn()
      Gets the distinguished name.
      Returns:
      the distinguished name