Uses of Annotation Type
org.springframework.security.test.context.support.WithSecurityContext
Packages that use WithSecurityContext
-
Uses of WithSecurityContext in org.springframework.security.test.context.support
Classes in org.springframework.security.test.context.support with annotations of type WithSecurityContextModifier and TypeClassDescription@interfaceWhen used withWithSecurityContextTestExecutionListenerthis annotation can be added to a test method to emulate running with a mocked user.@interfaceWhen used withWithSecurityContextTestExecutionListenerthis annotation can be added to a test method to emulate running with aUserDetailsreturned from theUserDetailsService.