クラス BearerTokenError
java.lang.ObjectSE
org.springframework.security.oauth2.core.OAuth2Error
org.springframework.security.oauth2.server.resource.BearerTokenError
- 実装されたすべてのインターフェース:
SerializableSE
ベアラートークンエラーの表現。
コンストラクターのサマリー
コンストラクター説明BearerTokenError
(StringSE errorCode, org.springframework.http.HttpStatus httpStatus, StringSE description, StringSE errorUri) 提供されたパラメーターを使用してBearerTokenError
を作成しますBearerTokenError
(StringSE errorCode, org.springframework.http.HttpStatus httpStatus, StringSE description, StringSE errorUri, StringSE scope) 提供されたパラメーターを使用してBearerTokenError
を作成しますメソッドのサマリー
クラス org.springframework.security.oauth2.core.OAuth2Error から継承されたメソッド
getDescription, getErrorCode, getUri, toString
コンストラクターの詳細
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
- URIscope
- 範囲
メソッドの詳細
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus()HTTP ステータスを返します。- 戻り値:
- HTTP ステータス
getScope
スコープを返します。- 戻り値:
- 範囲