クラス WebAuthenticationDetailsSource

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      WebAuthenticationDetailsbuildDetails​(javax.servlet.http.HttpServletRequest context)
      新しい認証詳細インスタンスの作成を希望するときにクラスによって呼び出されます。
      • クラス java.lang.Object から継承されたメソッド

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

      • WebAuthenticationDetailsSource

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

      • buildDetails

        public WebAuthenticationDetails buildDetails​(javax.servlet.http.HttpServletRequest context)
        インターフェースからコピーされた説明: AuthenticationDetailsSource
        新しい認証詳細インスタンスの作成を希望するときにクラスによって呼び出されます。
        次で指定:
        インターフェース AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​WebAuthenticationDetails>buildDetails 
        パラメーター:
        context - HttpServletRequest オブジェクト。
        戻り値:
        現在のリクエストに関する情報を含む WebAuthenticationDetails