Interface LdapUserDetails
-
- All Superinterfaces:
CredentialsContainer
,java.io.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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDn()
The DN of the entry for this user's account.-
Methods inherited from interface org.springframework.security.core.CredentialsContainer
eraseCredentials
-
Methods inherited from interface org.springframework.security.core.userdetails.UserDetails
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
-
-