org.acegisecurity.userdetails.ldap
public interface LdapUserDetails extends UserDetails
Modifier and Type | Method and Description |
---|---|
javax.naming.directory.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)
|
javax.naming.ldap.Control[] |
getControls()
Returns any LDAP response controls (as part of a user authentication process, for example).
|
java.lang.String |
getDn()
The DN of the entry for this user's account.
|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
javax.naming.directory.Attributes getAttributes()
javax.naming.ldap.Control[] getControls()
java.lang.String getDn()
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.