Class OAuth2ResourceServerAutoConfiguration

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

@AutoConfiguration(before={org.springframework.boot.security.autoconfigure.SecurityAutoConfiguration.class,org.springframework.boot.security.autoconfigure.UserDetailsServiceAutoConfiguration.class}) @EnableConfigurationProperties(OAuth2ResourceServerProperties.class) @ConditionalOnClass(org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken.class) @Import({org.springframework.boot.security.oauth2.server.resource.autoconfigure.JwtConverterConfiguration.class,org.springframework.boot.security.oauth2.server.resource.autoconfigure.JwtDecoderConfiguration.class,org.springframework.boot.security.oauth2.server.resource.autoconfigure.OpaqueTokenIntrospectionConfiguration.class}) public final class OAuth2ResourceServerAutoConfiguration extends Object
Auto-configuration for OAuth2 resource server support.
Since:
4.1.0
  • Constructor Details

    • OAuth2ResourceServerAutoConfiguration

      public OAuth2ResourceServerAutoConfiguration()