public class CachingUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserCache |
getUserCache() |
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String username) |
void |
setUserCache(org.springframework.security.core.userdetails.UserCache userCache) |
public org.springframework.security.core.userdetails.UserCache getUserCache()
public void setUserCache(org.springframework.security.core.userdetails.UserCache userCache)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username)
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService