Class WithMockBearerTokenAuthentication.AuthenticationFactory

java.lang.Object
com.c4_soft.springaddons.security.oauth2.test.annotations.AbstractAnnotatedAuthenticationBuilder<WithMockBearerTokenAuthentication,org.springframework.security.core.Authentication>
com.c4_soft.springaddons.security.oauth2.test.annotations.WithMockBearerTokenAuthentication.AuthenticationFactory
All Implemented Interfaces:
org.springframework.security.test.context.support.WithSecurityContextFactory<WithMockBearerTokenAuthentication>
Enclosing class:
WithMockBearerTokenAuthentication

public static final class WithMockBearerTokenAuthentication.AuthenticationFactory extends AbstractAnnotatedAuthenticationBuilder<WithMockBearerTokenAuthentication,org.springframework.security.core.Authentication>
  • Constructor Details

    • AuthenticationFactory

      public AuthenticationFactory(Optional<org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenAuthenticationConverter> opaqueTokenAuthenticationConverter, Optional<org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenAuthenticationConverter> reactiveOpaqueTokenAuthenticationConverter)
  • Method Details