Package com.c4_soft.springaddons.security.oauth2.test.mockmvc
package com.c4_soft.springaddons.security.oauth2.test.mockmvc
-
ClassDescriptionAuthenticationRequestPostProcessor<T extends org.springframework.security.core.Authentication>Redundant code for
AuthenticationMockMvc request post-processorsMockAuthenticationRequestPostProcessor<T extends org.springframework.security.core.Authentication>Just another wrapper for SpringMockMvc.
It would extendMockMvcif it was not final :-/Not visible in springframework (and method not static)Used to wrap the SecurityContextRepository to provide support for testing in stateless modeHelper 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).