クラス 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
スコープを返します。- 戻り値:
- 範囲