クラス HttpStatusServerEntryPoint

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

public class HttpStatusServerEntryPoint extends ObjectSE implements ServerAuthenticationEntryPoint
汎用 HttpStatus をレスポンスとして送信する ServerAuthenticationEntryPoint。ブラウザーがレスポンスをインターセプトするため、基本認証を使用できない JavaScript クライアントに役立ちます。
導入:
5.1
  • コンストラクターの詳細

    • HttpStatusServerEntryPoint

      public HttpStatusServerEntryPoint(org.springframework.http.HttpStatus httpStatus)
  • メソッドの詳細