クラス LogoutSuccessEventPublishingLogoutHandler
- java.lang.Object
-
- org.springframework.security.web.authentication.logout.LogoutSuccessEventPublishingLogoutHandler
- 実装されているすべてのインターフェース:
org.springframework.beans.factory.Aware、org.springframework.context.ApplicationEventPublisherAware、LogoutHandler
public final class LogoutSuccessEventPublishingLogoutHandler extends java.lang.Object implements LogoutHandler, org.springframework.context.ApplicationEventPublisherAware
LogoutSuccessEventを公開するログアウトハンドラー- 導入:
- 5.2.0
コンストラクターの概要
コンストラクター コンストラクター 説明 LogoutSuccessEventPublishingLogoutHandler()
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 voidlogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Authentication authentication)ログアウトを完了させます。voidsetApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
メソッドの詳細
logout
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Authentication authentication)インターフェースからコピーされた説明:LogoutHandlerログアウトを完了させます。メソッドは正常に完了する必要があります。- 次で指定:
- インターフェース
LogoutHandlerのlogout - パラメーター:
request- HTTP リクエストresponse- HTTP レスポンスauthentication- 現在のプリンシパルの詳細
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
- 次で指定:
- インターフェース
org.springframework.context.ApplicationEventPublisherAwareのsetApplicationEventPublisher