All Classes and Interfaces

Class
Description
AbstractAnnotatedAuthenticationBuilder<A extends Annotation,T extends org.springframework.security.core.Authentication>
 
AuthenticationBuilder<T extends org.springframework.security.core.Authentication>
Common interface for test authentication builders
Define the different Authentication instances to run each of JUnit 5 @ParameterizedTest with.
 
 
Deprecated.
use a @MethodSource in association with @ParameterizedAuthentication and WithOpaqueToken.AuthenticationFactory instead
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Deprecated.
use a @MethodSource in association with @ParameterizedAuthentication and WithJwt.AuthenticationFactory
 
 
MockAuthenticationBuilder<A extends org.springframework.security.core.Authentication,T extends MockAuthenticationBuilder<A,T>>
 
 
 
Define the different OAuth2AuthenticationToken instances to run each of JUnit 5 @ParameterizedTest with.
 
 
Define the different OAuth2AuthenticationToken instances to run each of JUnit 5 @ParameterizedTest with.
 
Deprecated.
 
 
 
Deprecated.
use a @MethodSource in association with @ParameterizedAuthentication and WithJwt.AuthenticationFactory
 
 
https://openid.net/specs/openid-connect-core-1_0.html
 
Shortcut for @ConvertWith(ParameterizedAuthentication.AuthenticationArgumentProcessor.class), which populates the passed @ParameterizedTest parameter.
 
Shortcut for @ConvertWith(ParameterizedBearerAuth.AuthenticationArgumentProcessor.class), which populates the passed @ParameterizedTest parameter.
 
Shortcut for @ConvertWith(ParameterizedJwtAuth.AuthenticationArgumentProcessor.class), which populates the passed @ParameterizedTest parameter.
 
Shortcut for @ConvertWith(ParameterizedOAuth2Login.AuthenticationArgumentProcessor.class), which populates the passed @ParameterizedTest parameter.
 
Shortcut for @ConvertWith(ParameterizedOidcLogin.AuthenticationArgumentProcessor.class), which populates the passed @ParameterizedTest parameter.
 
Shortcut for @ConvertWith(ParameterizedOpenId.AuthenticationArgumentProcessor.class), which populates the passed @ParameterizedTest parameter.
 
Helps with HTTP requests body serialization using Spring registered message converters.
 
 
Annotation to setup test SecurityContext with an Authentication instantiated by the (Reactive)JwtAuthenticaionConverter in the security conf.
 
Populates SecurityContext with an Authentication Mock.
 
Deprecated.
 
Deprecated.
 
 
 
 
 
Annotation to setup test SecurityContext with an Authentication instantiated by the (Reactive)OpaqueTokenAuthenticationConverter in the security conf.