クラス OAuth2ErrorResponseErrorHandler

java.lang.ObjectSE
org.springframework.security.oauth2.client.http.OAuth2ErrorResponseErrorHandler
実装されたすべてのインターフェース:
org.springframework.web.client.ResponseErrorHandler

public class OAuth2ErrorResponseErrorHandler extends ObjectSE implements org.springframework.web.client.ResponseErrorHandler
OAuth 2.0 Error を処理する ResponseErrorHandler
導入:
5.1
関連事項:
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    handleError(org.springframework.http.client.ClientHttpResponse response)
    boolean
    hasError(org.springframework.http.client.ClientHttpResponse response)
    final void
    setErrorConverter(org.springframework.http.converter.HttpMessageConverter<OAuth2Error> oauth2ErrorConverter)
    OAuth 2.0 エラーの HttpMessageConverter を設定します。

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE

    インターフェース org.springframework.web.client.ResponseErrorHandler から継承されたメソッド

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

    • OAuth2ErrorResponseErrorHandler

      public OAuth2ErrorResponseErrorHandler()
  • メソッドの詳細

    • hasError

      public boolean hasError(org.springframework.http.client.ClientHttpResponse response) throws IOExceptionSE
      次で指定:
      インターフェース org.springframework.web.client.ResponseErrorHandlerhasError 
      例外:
      IOExceptionSE
    • handleError

      public void handleError(org.springframework.http.client.ClientHttpResponse response) throws IOExceptionSE
      次で指定:
      インターフェース org.springframework.web.client.ResponseErrorHandlerhandleError 
      例外:
      IOExceptionSE
    • setErrorConverter

      public final void setErrorConverter(org.springframework.http.converter.HttpMessageConverter<OAuth2Error> oauth2ErrorConverter)
      OAuth 2.0 エラーの HttpMessageConverter を設定します。
      パラメーター:
      oauth2ErrorConverter - OAuth 2.0 Error の HttpMessageConverter
      導入:
      5.7