Class Person
java.lang.Object
org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
org.springframework.security.ldap.userdetails.Person
- All Implemented Interfaces:
Serializable
,CredentialsContainer
,UserDetails
,PasswordPolicyData
,LdapUserDetails
- Direct Known Subclasses:
InetOrgPerson
UserDetails implementation whose properties are based on the LDAP schema for
Person.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getCn()
getSn()
protected void
populateContext
(org.springframework.ldap.core.DirContextAdapter adapter) Methods inherited from class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
equals, eraseCredentials, getAuthorities, getDn, getGraceLoginsRemaining, getPassword, getTimeBeforeExpiration, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString
-
Constructor Details
-
Person
protected Person()
-
-
Method Details
-
getGivenName
-
getSn
-
getCn
-
getDescription
-
getTelephoneNumber
-
populateContext
protected void populateContext(org.springframework.ldap.core.DirContextAdapter adapter)
-