Annotation Interface ParameterizedOidcLogin
@Target({ANNOTATION_TYPE,PARAMETER})
@Retention(RUNTIME)
@ConvertWith(AuthenticationArgumentProcessor.class)
public @interface ParameterizedOidcLogin
Shortcut for @ConvertWith(ParameterizedOidcLogin.AuthenticationArgumentProcessor.class), which populates the passed
@ParameterizedTest parameter.
@OidcLoginAuthenticationSource({ @WithOidcLogin("NICE"), @WithOidcLogin("VERY_NICE") })
void test(@ParameterizedOidcLogin OAuth2AuthenticationToken auth) throws Exception {
...
}
- Since:
- 6.1.12
- Author:
- Jerome Wacongne ch4mp@c4-soft.com
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class