クラス NullAuthenticatedSessionStrategy

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

public final class NullAuthenticatedSessionStrategy extends ObjectSE implements SessionAuthenticationStrategy
導入:
3.0
  • コンストラクターの詳細

    • NullAuthenticatedSessionStrategy

      public NullAuthenticatedSessionStrategy()
  • メソッドの詳細

    • onAuthentication

      public void onAuthentication(Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      インターフェースからコピーされた説明: SessionAuthenticationStrategy
      新しい認証が発生したときに Http セッション関連の機能を実行します。
      次で指定:
      インターフェース SessionAuthenticationStrategyonAuthentication