クラス HttpStatusServerAccessDeniedHandler

java.lang.ObjectSE
org.springframework.security.web.server.authorization.HttpStatusServerAccessDeniedHandler
実装されたすべてのインターフェース:
ServerAccessDeniedHandler

public class HttpStatusServerAccessDeniedHandler extends ObjectSE implements ServerAccessDeniedHandler
アクセスが拒否されたときに提供される HTTP ステータスを設定します。
導入:
5.0
  • コンストラクターの詳細

    • HttpStatusServerAccessDeniedHandler

      public HttpStatusServerAccessDeniedHandler(org.springframework.http.HttpStatus httpStatus)
      指定されたステータスでインスタンスを作成します
      パラメーター:
      httpStatus - 使用するステータス
  • メソッドの詳細