クラス NullAuthenticatedSessionStrategy

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      voidonAuthentication​(Authentication authentication, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      新しい認証が発生したときに Http セッション関連の機能を実行します。
      • クラス java.lang.Object から継承されたメソッド

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

      • NullAuthenticatedSessionStrategy

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

      • onAuthentication

        public void onAuthentication​(Authentication authentication,
                                     javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
        インターフェースからコピーされた説明: SessionAuthenticationStrategy
        新しい認証が発生したときに Http セッション関連の機能を実行します。
        次で指定:
        インターフェース SessionAuthenticationStrategyonAuthentication