Package org.springframework.security.test.context.support
package org.springframework.security.test.context.support
-
ClassDescriptionSets up the Reactor Context with the Authentication from the TestSecurityContextHolder and then clears the Reactor Context at the end of the tests.Represents the events on the methods of
TestExecutionListener
When used withWithSecurityContextTestExecutionListener
this annotation can be added to a test method to emulate running with an anonymous user.When used withWithSecurityContextTestExecutionListener
this annotation can be added to a test method to emulate running with a mocked user.An annotation to determine whatSecurityContext
to use.WithSecurityContextFactory<A extends Annotation>An API that works with WithUserTestExcecutionListener for creating aSecurityContext
that is populated in theTestSecurityContextHolder
.ATestExecutionListener
that will find annotations that are annotated withWithSecurityContext
on a test method or at the class level.When used withWithSecurityContextTestExecutionListener
this annotation can be added to a test method to emulate running with aUserDetails
returned from theUserDetailsService
.