public interface LdapUserDetails extends UserDetails
Modifier and Type | Method and Description |
---|---|
Attributes |
getAttributes()
The attributes for the user's entry in the directory (or a subset of them, depending on what was
retrieved from the directory)
|
Control[] |
getControls()
Returns any LDAP response controls (as part of a user authentication process, for example).
|
String |
getDn()
The DN of the entry for this user's account.
|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
Attributes getAttributes()
Control[] getControls()
String getDn()
Copyright © 2004–2019 Interface21, Inc. All rights reserved.