クラス OAuth2ClientMetadataClaimNames

java.lang.ObjectSE
org.springframework.security.oauth2.server.authorization.OAuth2ClientMetadataClaimNames
既知の直属サブクラス
OidcClientMetadataClaimNames

public class OAuth2ClientMetadataClaimNames extends ObjectSE
OAuth 2.0 クライアント登録リクエストおよびレスポンスに含まれる、OAuth 2.0 動的クライアント登録プロトコルによって定義されたクレームの名前。
導入:
7.0
関連事項:
  • フィールドの詳細

    • CLIENT_ID

      public static final StringSE CLIENT_ID
      client_id - クライアント識別子
      関連事項:
    • CLIENT_ID_ISSUED_AT

      public static final StringSE CLIENT_ID_ISSUED_AT
      client_id_issued_at - クライアント識別子が発行された時刻
      関連事項:
    • CLIENT_SECRET

      public static final StringSE CLIENT_SECRET
      client_secret - クライアントシークレット
      関連事項:
    • CLIENT_SECRET_EXPIRES_AT

      public static final StringSE CLIENT_SECRET_EXPIRES_AT
      client_secret_expires_at - client_secret が期限切れになる時刻、または期限切れにならない場合は 0
      関連事項:
    • CLIENT_NAME

      public static final StringSE CLIENT_NAME
      client_name - エンドユーザーに提示されるクライアントの名前
      関連事項:
    • REDIRECT_URIS

      public static final StringSE REDIRECT_URIS
      redirect_uris - クライアントが使用するリダイレクト URI 値
      関連事項:
    • TOKEN_ENDPOINT_AUTH_METHOD

      public static final StringSE TOKEN_ENDPOINT_AUTH_METHOD
      token_endpoint_auth_method - クライアントがトークンエンドポイントに使用する認証方法
      関連事項:
    • GRANT_TYPES

      public static final StringSE GRANT_TYPES
      grant_types - クライアントが使用を制限する OAuth 2.0 grant_type 値
      関連事項:
    • RESPONSE_TYPES

      public static final StringSE RESPONSE_TYPES
      response_types - クライアントが使用を制限する OAuth 2.0 response_type 値
      関連事項:
    • SCOPE

      public static final StringSE SCOPE
      scope - クライアントが使用を制限する OAuth 2.0 scope 値のスペース区切りのリスト
      関連事項:
    • JWKS_URI

      public static final StringSE JWKS_URI
      jwks_uri - クライアントの JSON Web キーセットの URL 
      関連事項:
  • コンストラクターの詳細

    • OAuth2ClientMetadataClaimNames

      protected OAuth2ClientMetadataClaimNames()