クラス BearerTokenError

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

public final class BearerTokenError extends OAuth2Error
導入:
5.1
関連事項:
  • コンストラクターの詳細

    • BearerTokenError

      public BearerTokenError(StringSE errorCode, org.springframework.http.HttpStatus httpStatus, StringSE description, StringSE errorUri)
      提供されたパラメーターを使用して BearerTokenError を作成します
      パラメーター:
      errorCode - エラーコード
      httpStatus - HTTP ステータス
    • BearerTokenError

      public BearerTokenError(StringSE errorCode, org.springframework.http.HttpStatus httpStatus, StringSE description, StringSE errorUri, StringSE scope)
      提供されたパラメーターを使用して BearerTokenError を作成します
      パラメーター:
      errorCode - エラーコード
      httpStatus - HTTP ステータス
      description - 説明
      errorUri - URI
      scope - 範囲
  • メソッドの詳細

    • getHttpStatus

      public org.springframework.http.HttpStatus getHttpStatus()
      HTTP ステータスを返します。
      戻り値:
      HTTP ステータス
    • getScope

      public StringSE getScope()
      スコープを返します。
      戻り値:
      範囲