Moved CachingUserDetailsService to spring-core
Made CachingUserDetailsService constructor public and moved to spring-core to make it easier to configure caching in UserDetailsService Fixes gh-4139
This commit is contained in:
@@ -17,6 +17,7 @@ package org.springframework.security.config.authentication;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Test;
|
||||
import org.springframework.security.authentication.CachingUserDetailsService;
|
||||
import org.w3c.dom.Element;
|
||||
|
||||
import org.springframework.security.authentication.AuthenticationManager;
|
||||
|
||||
Reference in New Issue
Block a user