Interface LdapUserDetails
- All Superinterfaces:
org.springframework.security.core.CredentialsContainer, Serializable, org.springframework.security.core.userdetails.UserDetails
- All Known Implementing Classes:
InetOrgPerson, LdapUserDetailsImpl, Person
public interface LdapUserDetails
extends org.springframework.security.core.userdetails.UserDetails, org.springframework.security.core.CredentialsContainer
Captures the information for a user's LDAP entry.
-
Method Summary
Methods inherited from interface org.springframework.security.core.CredentialsContainer
eraseCredentialsMethods inherited from interface org.springframework.security.core.userdetails.UserDetails
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
-
Method Details
-
getDn
-