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:
ir73
2018-11-30 13:41:44 +02:00
committed by Rob Winch
parent 4178c92741
commit 9a357f8cb6
4 changed files with 5 additions and 3 deletions

View File

@@ -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;