|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LdapUserDetails
Captures the information for a user's LDAP entry.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.acegisecurity.userdetails.UserDetails |
---|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled |
Method Detail |
---|
Attributes getAttributes()
Control[] getControls()
String getDn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |