クラス NullAuthenticatedSessionStrategy
java.lang.ObjectSE
org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy
- 実装されたすべてのインターフェース:
SessionAuthenticationStrategy
public final class NullAuthenticatedSessionStrategy
extends ObjectSE
implements SessionAuthenticationStrategy
- 導入:
- 3.0
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明void
onAuthentication
(Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 新しい認証が発生したときに Http セッション関連の機能を実行します。
コンストラクターの詳細
NullAuthenticatedSessionStrategy
public NullAuthenticatedSessionStrategy()
メソッドの詳細
onAuthentication
public void onAuthentication(Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) インターフェースからコピーされた説明:SessionAuthenticationStrategy
新しい認証が発生したときに Http セッション関連の機能を実行します。- 次で指定:
- インターフェース
SessionAuthenticationStrategy
のonAuthentication