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