|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.config.authentication.CachingUserDetailsService
public class CachingUserDetailsService
| Method Summary | |
|---|---|
UserCache |
getUserCache()
|
UserDetails |
loadUserByUsername(java.lang.String username)
Locates the user based on the username. |
void |
setUserCache(UserCache userCache)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public UserCache getUserCache()
public void setUserCache(UserCache userCache)
public UserDetails loadUserByUsername(java.lang.String username)
UserDetailsServiceUserDetails object that comes back may have a username that is of a different case than what was
actually requested..
loadUserByUsername in interface UserDetailsServiceusername - the username identifying the user whose data is required.
null)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||