クラス OAuth2AuthorizationResponseType

java.lang.ObjectSE
org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponseType
実装されたすべてのインターフェース:
SerializableSE

public final class OAuth2AuthorizationResponseType extends ObjectSE implements SerializableSE
response_type パラメーターは、認証コード付与型によって使用される認証エンドポイントによって消費されます。クライアントは、認可リクエストを開始する前に、response_type パラメーターに目的の付与型を設定します。

response_type パラメーター値は "code" である場合があります。認証コードをリクエストするため。

導入:
5.0
関連事項:
  • フィールドの詳細

  • コンストラクターの詳細

    • OAuth2AuthorizationResponseType

      public OAuth2AuthorizationResponseType(StringSE value)
  • メソッドの詳細

    • getValue

      public StringSE getValue()
      認可レスポンス型の値を返します。
      戻り値:
      認可レスポンス型の値
    • equals

      public boolean equals(ObjectSE obj)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode