Interface LdapUserDetails
-
- All Superinterfaces:
org.springframework.security.core.CredentialsContainer,java.io.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.CredentialsContainerCaptures the information for a user's LDAP entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDn()The DN of the entry for this user's account.
-