Package | Description |
---|---|
org.acegisecurity.ldap | |
org.acegisecurity.ldap.search |
LdapUserSearch implementations.
|
org.acegisecurity.providers.ldap |
The LDAP authentication provider package.
|
org.acegisecurity.providers.ldap.authenticator |
LDAP authenticator implementations.
|
org.acegisecurity.providers.ldap.populator |
LdapAuthoritiesPopulator implementations.
|
org.acegisecurity.userdetails.ldap |
Modifier and Type | Method and Description |
---|---|
LdapUserDetails |
LdapUserSearch.searchForUser(String username)
Locates a single user in the directory and returns the LDAP information for that user.
|
Modifier and Type | Method and Description |
---|---|
LdapUserDetails |
FilterBasedLdapUserSearch.searchForUser(String username)
Return the LdapUserDetails containing the user's information
|
Modifier and Type | Method and Description |
---|---|
LdapUserDetails |
LdapAuthenticator.authenticate(String username,
String password)
Authenticates as a user and obtains additional user information from the directory.
|
Modifier and Type | Method and Description |
---|---|
protected UserDetails |
LdapAuthenticationProvider.createUserDetails(LdapUserDetails ldapUser,
String username,
String password)
Creates the final UserDetails object that will be returned by the provider once the user has
been authenticated.
|
GrantedAuthority[] |
LdapAuthoritiesPopulator.getGrantedAuthorities(LdapUserDetails userDetails)
Get the list of authorities for the user.
|
Modifier and Type | Method and Description |
---|---|
LdapUserDetails |
BindAuthenticator.authenticate(String username,
String password) |
LdapUserDetails |
PasswordComparisonAuthenticator.authenticate(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
protected Set |
DefaultLdapAuthoritiesPopulator.getAdditionalRoles(LdapUserDetails ldapUser)
This method should be overridden if required to obtain any additional
roles for the given user (on top of those obtained from the standard
search implemented by this class).
|
GrantedAuthority[] |
DefaultLdapAuthoritiesPopulator.getGrantedAuthorities(LdapUserDetails userDetails)
Obtains the authorities for the user who's directory entry is represented by
the supplied LdapUserDetails object.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapUserDetailsImpl
A UserDetails implementation which is used internally by the Ldap services.
|
Modifier and Type | Method and Description |
---|---|
LdapUserDetails |
LdapUserDetailsImpl.Essence.createUserDetails() |
Constructor and Description |
---|
Essence(LdapUserDetails copyMe) |
Copyright © 2019. All rights reserved.