Package com.c4_soft.springaddons.security.oauth2.test.mockmvc
-
Interface Summary Interface Description AuthenticationRequestPostProcessor<T extends org.springframework.security.core.Authentication> Redundant code forAuthenticationMockMvc request post-processorsJwtTestConf.IJwtGrantedAuthoritiesConverter -
Class Summary Class Description JwtTestConf MockAuthenticationRequestPostProcessor<T extends org.springframework.security.core.Authentication> MockMvcSupport Just another wrapper for SpringMockMvc.
It would extendMockMvcif it was not final :-/OidcIdAuthenticationRequestPostProcessor SecurityContextRequestPostProcessorSupport Not visible in springframework (and method not static)SecurityContextRequestPostProcessorSupport.TestSecurityContextRepository Used to wrap the SecurityContextRepository to provide support for testing in stateless modeServletUnitTestingSupport Helper class for servlet@Controllerunit-tests using security flow API (useless if using annotations).
Might be used either as a parent class (easier) or collaborator (requires some test configuration).