クラス LogoutSuccessEventPublishingLogoutHandler

  • 実装されたすべてのインターフェース:
    org.springframework.beans.factory.Awareorg.springframework.context.ApplicationEventPublisherAwareLogoutHandler

    public final class LogoutSuccessEventPublishingLogoutHandler
    extends java.lang.Object
    implements LogoutHandler, org.springframework.context.ApplicationEventPublisherAware
    LogoutSuccessEvent を公開するログアウトハンドラー
    導入:
    5.2.0
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      voidlogout​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Authentication authentication)
      ログアウトを完了させます。
      voidsetApplicationEventPublisher​(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • LogoutSuccessEventPublishingLogoutHandler

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

      • logout

        public void logout​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           Authentication authentication)
        インターフェースからコピーされた説明: LogoutHandler
        ログアウトを完了させます。メソッドは正常に完了する必要があります。
        次で指定:
        インターフェース LogoutHandlerlogout 
        パラメーター:
        request - HTTP リクエスト
        response - HTTP レスポンス
        authentication - 現在のプリンシパルの詳細
      • setApplicationEventPublisher

        public void setApplicationEventPublisher​(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
        次で指定:
        インターフェース org.springframework.context.ApplicationEventPublisherAwaresetApplicationEventPublisher