|
|
|
|
@ -20,17 +20,10 @@ import junit.framework.TestCase;
@@ -20,17 +20,10 @@ import junit.framework.TestCase;
|
|
|
|
|
import org.acegisecurity.Authentication; |
|
|
|
|
import org.acegisecurity.GrantedAuthority; |
|
|
|
|
import org.acegisecurity.GrantedAuthorityImpl; |
|
|
|
|
|
|
|
|
|
import org.acegisecurity.context.SecurityContextHolder; |
|
|
|
|
|
|
|
|
|
import org.acegisecurity.providers.TestingAuthenticationToken; |
|
|
|
|
|
|
|
|
|
import org.acegisecurity.userdetails.User; |
|
|
|
|
import org.acegisecurity.util.PortResolver; |
|
|
|
|
import org.acegisecurity.util.PortResolverImpl; |
|
|
|
|
|
|
|
|
|
import org.acegisecurity.wrapper.SecurityContextHolderAwareRequestWrapper; |
|
|
|
|
|
|
|
|
|
import org.springframework.mock.web.MockHttpServletRequest; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|