spring-security-config

org.springframework.security.config.authentication
Class CachingUserDetailsService

java.lang.Object
  extended by org.springframework.security.config.authentication.CachingUserDetailsService
All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService

public class CachingUserDetailsService
extends Object
implements org.springframework.security.core.userdetails.UserDetailsService

Since:
2.0
Author:
Luke Taylor

Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserCache

public org.springframework.security.core.userdetails.UserCache getUserCache()

setUserCache

public void setUserCache(org.springframework.security.core.userdetails.UserCache userCache)

loadUserByUsername

public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username)
Specified by:
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService

spring-security-config