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