All Classes and Interfaces

Class
Description
 
AuthenticationRequestPostProcessor<T extends org.springframework.security.core.Authentication>
Redundant code for Authentication MockMvc request post-processors
 
MockAuthenticationRequestPostProcessor<T extends org.springframework.security.core.Authentication>
 
 
 
Just another wrapper for Spring MockMvc.
It would extend MockMvc if it was not final :-/
 
Not visible in springframework (and method not static)
Used to wrap the SecurityContextRepository to provide support for testing in stateless mode
Helper class for servlet @Controller unit-tests using security flow API (useless if using annotations).
Might be used either as a parent class (easier) or collaborator (requires some test configuration).