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.
Deprecated.
use a
@MethodSource in association with @ParameterizedAuthentication and
WithJwt.AuthenticationFactoryMockAuthenticationBuilder<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.
use
@WithJwt or @WithMockAuthentication insteadDeprecated.
use a
@MethodSource in association with @ParameterizedAuthentication and
WithJwt.AuthenticationFactoryConfigures claims defined at
https://datatracker.ietf.org/doc/html/rfc7519#section-4.1 and
https://openid.net/specs/openid-connect-core-1_0.html#IDToken
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.
use
@WithOpaqueToken or @WithMockAuthentication insteadDeprecated.
use
@WithJwt or @WithMockAuthentication insteadAnnotation to setup test
SecurityContext with an Authentication instantiated by the (Reactive)OpaqueTokenAuthenticationConverter in the
security conf.
@MethodSourcein association with@ParameterizedAuthenticationandWithOpaqueToken.AuthenticationFactoryinstead