Rob Winch
1bca645add
SEC-2935: Multiple MockMvc invocations proper SecurityContext setup
...
Previously if a MockMvc instance was setup with a user and then again with
no user, then the original user would be setup.
This commit ensures that if a user is setup and then no user is setup no
user is used.
11 years ago
Rob Winch
ae6af5d73c
SEC-2915: Updated Java Code Formatting
11 years ago
Rob Winch
9c5cb2f438
SEC-2593: Add additional test
11 years ago
Rob Winch
1677836d53
SEC-2790: Deprecate @EnableWebMvcConfig
11 years ago
Rob Winch
3171cc4364
SEC-2788: Add @Configuration as meta annotation to @Enable* annotations
11 years ago
Rob Winch
c67ff42b8a
SEC-2783: XML Configuration Defaults Should Match JavaConfig
...
* j_username -> username
* j_password -> password
* j_spring_security_check -> login
* j_spring_cas_security_check -> login/cas
* j_spring_cas_security_proxyreceptor -> login/cas/proxyreceptor
* j_spring_openid_security_login -> login/openid
* j_spring_security_switch_user -> login/impersonate
* j_spring_security_exit_user -> logout/impersonate
* login_error -> error
* use-expressions=true by default
11 years ago
Rob Winch
5ba8f000a7
SEC-2714: Add AuthenticationPrincipal resolver for messaging support
12 years ago
Rob Winch
d316f661e8
SEC-2719: Fix order sensitive authenticated().withRoles(..)
12 years ago
Rob Winch
02c3565e22
Fix compiling in Eclipse
12 years ago
Rob Winch
533b71b9b8
SEC-2688: Remove ORDER constant
12 years ago
Rob Winch
3187ee8bf3
SEC-2700: Register WithSecurityContextTestExecutionListener by default
12 years ago
Rob Winch
b72c1ad314
SEC-2686: Create SecurityMockMvcConfigurer
12 years ago
Rob Winch
9654817fd8
SEC-2601: Add DigestRequestPostProcessor
12 years ago
Rob Winch
c8348d60e1
SEC-2602: Add test support for x509 certificate
12 years ago
Rob Winch
906a0cb0e2
SEC-2684: Correct spelling of WithSecurityContextTestExecutionListener
12 years ago
Rob Winch
e4fa42c399
SEC-2593: Add test for TestSecurityContext RPP in stateless mode
12 years ago
Rob Winch
7e3e821db1
SEC-2593: Support stateless mode in Spring Security Test
12 years ago
Rob Winch
6d45957eec
SEC-2572: Add spring-security-test method showcase
...
This will allow for using the showcase in the documentation.
12 years ago
Rob Winch
dabe3a03e7
SEC-2586: Create DefaultSecurityTestExecutionListeners
12 years ago
Rob Winch
8baf82532c
SEC-2015: Add spring-security-test
12 years ago