All Classes and Interfaces
Class
Description
AbstractAnnotatedAuthenticationBuilder<A extends Annotation,T extends org.springframework.security.core.Authentication>
Define the different
BearerTokenAuthentication instances to run each of JUnit 5 @ParameterizedTest with.
Define the different
JwtAuthenticationToken instances to run each of JUnit 5 @ParameterizedTest with.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.Annotation to setup test
SecurityContext with an OAuthentication.
Define the different
OAuthentication<OpenidClaimSet> instances to run each of JUnit 5 @ParameterizedTest with.Configures 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(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.
Populates
SecurityContext with an Authentication Mock.Annotation to setup test
SecurityContext with an BearerTokenAuthentication.Annotation to setup test
SecurityContext with an JwtAuthenticationToken.