Class OAuth2LoginAuthenticationSource.AuthenticationProvider

java.lang.Object
com.c4_soft.springaddons.security.oauth2.test.annotations.parameterized.OAuth2LoginAuthenticationSource.AuthenticationProvider
All Implemented Interfaces:
Consumer<OAuth2LoginAuthenticationSource>, org.junit.jupiter.params.provider.ArgumentsProvider, org.junit.jupiter.params.support.AnnotationConsumer<OAuth2LoginAuthenticationSource>
Enclosing class:
OAuth2LoginAuthenticationSource

public static class OAuth2LoginAuthenticationSource.AuthenticationProvider extends Object implements org.junit.jupiter.params.provider.ArgumentsProvider, org.junit.jupiter.params.support.AnnotationConsumer<OAuth2LoginAuthenticationSource>
  • Constructor Details

    • AuthenticationProvider

      public AuthenticationProvider()
  • Method Details

    • accept

      public void accept(OAuth2LoginAuthenticationSource source)
      Specified by:
      accept in interface Consumer<OAuth2LoginAuthenticationSource>
    • provideArguments

      public Stream<? extends org.junit.jupiter.params.provider.Arguments> provideArguments(org.junit.jupiter.api.extension.ExtensionContext context)
      Specified by:
      provideArguments in interface org.junit.jupiter.params.provider.ArgumentsProvider