Package | Description |
---|---|
org.acegisecurity.userdetails | |
org.acegisecurity.userdetails.jdbc |
Exposes a JDBC-based authentication repository.
|
org.acegisecurity.userdetails.memory |
Exposes an in-memory authentication repository.
|
Modifier and Type | Method and Description |
---|---|
UserDetails |
UserDetailsService.loadUserByUsername(String username)
Locates the user based on the username.
|
Modifier and Type | Method and Description |
---|---|
UserDetails |
JdbcDaoImpl.loadUserByUsername(String username) |
Modifier and Type | Method and Description |
---|---|
UserDetails |
UserMap.getUser(String username)
Locates the specified user by performing a case insensitive search by username.
|
UserDetails |
InMemoryDaoImpl.loadUserByUsername(String username) |
Copyright © 2016. All rights reserved.