クラス WebAuthenticationDetailsSource

java.lang.ObjectSE
org.springframework.security.web.authentication.WebAuthenticationDetailsSource
実装されたすべてのインターフェース:
AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,WebAuthenticationDetails>

public class WebAuthenticationDetailsSource extends ObjectSE implements AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,WebAuthenticationDetails>
HttpServletRequest オブジェクトから詳細オブジェクトを構築して WebAuthenticationDetails を作成する AuthenticationDetailsSource の実装。
  • コンストラクターの詳細

    • WebAuthenticationDetailsSource

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

    • buildDetails

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