クラスの使用
org.springframework.vault.authentication.AuthenticationSteps.HttpRequest
AuthenticationSteps.HttpRequest を使用するパッケージ
org.springframework.vault.authentication 内の AuthenticationSteps.HttpRequest 使用
型 AuthenticationSteps.HttpRequest のパラメーターを持つ org.springframework.vault.authentication のメソッド修飾子と型メソッド説明static <T> AuthenticationSteps.Node<T>AuthenticationSteps.fromHttpRequest(AuthenticationSteps.HttpRequest<T> request) AuthenticationSteps.HttpRequestからフロー構成を開始します。static AuthenticationStepsAuthenticationSteps.just(AuthenticationSteps.HttpRequest<VaultResponse> request) VaultResponseを返すAuthenticationSteps.HttpRequestからフロー定義を作成します。AuthenticationSteps.Node.login(AuthenticationSteps.HttpRequest<VaultResponse> request) VaulturiTemplateに現在の状態で HTTP リクエストを発行することにより、Vault からtokenをリクエストするターミナル操作。<R> AuthenticationSteps.Node<R>AuthenticationSteps.Node.request(AuthenticationSteps.HttpRequest<R> request) AuthenticationSteps.HttpRequestを使用してデータをリクエストします。