クラス 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, @Nullable StringSE description, @Nullable StringSE errorUri) 提供されたパラメーターを使用してBearerTokenErrorを作成しますBearerTokenError(StringSE errorCode, org.springframework.http.HttpStatus httpStatus, @Nullable StringSE description, @Nullable StringSE errorUri, @Nullable StringSE scope) 提供されたパラメーターを使用してBearerTokenErrorを作成します方法の概要
クラス OAuth2Error から継承されたメソッド
getDescription, getErrorCode, getUri, toString
コンストラクターの詳細
BearerTokenError
BearerTokenError
public BearerTokenError(StringSE errorCode, org.springframework.http.HttpStatus httpStatus, @Nullable StringSE description, @Nullable StringSE errorUri, @Nullable StringSE scope) 提供されたパラメーターを使用してBearerTokenErrorを作成します- パラメーター:
errorCode- エラーコードhttpStatus- HTTP ステータスdescription- 説明errorUri- URIscope- 範囲
方法の詳細
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus()HTTP ステータスを返します。- 戻り値:
- HTTP ステータス
getScope