クラス CsrfAuthenticationStrategy

java.lang.ObjectSE
org.springframework.security.web.csrf.CsrfAuthenticationStrategy
実装されたすべてのインターフェース:
SessionAuthenticationStrategy

public final class CsrfAuthenticationStrategy extends ObjectSE implements SessionAuthenticationStrategy
CsrfAuthenticationStrategy は、認証時に CsrfToken を削除するロールを果たします。新しい CsrfToken は、次のリクエスト時にフレームワークによって生成されます。
導入:
3.2
  • コンストラクターの詳細

    • CsrfAuthenticationStrategy

      public CsrfAuthenticationStrategy(CsrfTokenRepository tokenRepository)
      新しいインスタンスを作成します
      パラメーター:
      tokenRepository - 使用する CsrfTokenRepository
  • メソッドの詳細