Class ReactiveOAuth2ResourceServerAutoConfiguration

java.lang.Object
org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.ReactiveOAuth2ResourceServerAutoConfiguration

@AutoConfiguration(before={org.springframework.boot.security.autoconfigure.actuate.web.reactive.ReactiveManagementWebSecurityAutoConfiguration.class,org.springframework.boot.security.autoconfigure.web.reactive.ReactiveWebSecurityAutoConfiguration.class,org.springframework.boot.security.autoconfigure.ReactiveUserDetailsServiceAutoConfiguration.class}) @ConditionalOnClass({reactor.core.publisher.Mono.class,org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken.class}) @EnableConfigurationProperties(OAuth2ResourceServerProperties.class) @Import({org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.ReactiveJwtDecoderConfiguration.class,org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.ReactiveJwtConverterConfiguration.class,org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.ReactiveOpaqueTokenIntrospectionClientConfiguration.class}) public final class ReactiveOAuth2ResourceServerAutoConfiguration extends Object
Auto-configuration for Reactive OAuth2 resource server support.
Since:
4.0.0
  • Constructor Details

    • ReactiveOAuth2ResourceServerAutoConfiguration

      public ReactiveOAuth2ResourceServerAutoConfiguration()