クラス OAuth2ResourceServerAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerAutoConfiguration
@AutoConfiguration(before={SecurityAutoConfiguration.class,UserDetailsServiceAutoConfiguration.class})
@EnableConfigurationProperties(OAuth2ResourceServerProperties.class)
@ConditionalOnClass(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 ObjectSE
Auto-configuration for OAuth2 リソースサーバーのサポート。- 導入:
- 4.1.0
- 作成者:
- Madhura Bhave
コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
OAuth2ResourceServerAutoConfiguration
public OAuth2ResourceServerAutoConfiguration()