クラス RegisterSessionAuthenticationStrategy

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      voidonAuthentication​(Authentication authentication, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      スーパークラスの手順に加えて、sessionRegistry は新しいセッション情報で更新されます。
      • クラス java.lang.Object から継承されたメソッド

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

      • RegisterSessionAuthenticationStrategy

        public RegisterSessionAuthenticationStrategy​(SessionRegistry sessionRegistry)
        パラメーター:
        sessionRegistry - 認証されたセッションが変更されたときに更新されるセッションレジストリ。
    • メソッドの詳細

      • onAuthentication

        public void onAuthentication​(Authentication authentication,
                                     javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
        スーパークラスの手順に加えて、sessionRegistry は新しいセッション情報で更新されます。
        次で指定:
        インターフェース SessionAuthenticationStrategyonAuthentication