クラス OAuth2AuthorizationServerJwtAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration

@AutoConfiguration(after=UserDetailsServiceAutoConfiguration.class) @ConditionalOnClass(org.springframework.security.oauth2.server.authorization.OAuth2Authorization.class) @ConditionalOnWebApplication(type=SERVLET) public class OAuth2AuthorizationServerJwtAutoConfiguration extends ObjectSE
Auto-configuration は、それを必要とする OAuth2 認証サーバーのエンドポイントの JWT サポート (ユーザー情報、クライアント登録など)。
導入:
3.1.0
作成者:
Steve Riesenberg
  • コンストラクターの詳細

    • OAuth2AuthorizationServerJwtAutoConfiguration

      public OAuth2AuthorizationServerJwtAutoConfiguration()