クラスの使用
org.springframework.vault.authentication.AuthenticationSteps.HttpRequestBuilder
AuthenticationSteps.HttpRequestBuilder を使用するパッケージ
org.springframework.vault.authentication 内の AuthenticationSteps.HttpRequestBuilder 使用
修飾子と型メソッド説明uriTemplateからGETへの Builder エントリポイント。uriからGETへの Builder エントリポイント。AuthenticationSteps.HttpRequestBuilder.method(HttpMethod method, StringSE uriTemplate, StringSE... uriVariables) uriTemplateにHttpMethodを使用するための Builder エントリポイント。POSTからuriTemplateへの Builder エントリポイント。POSTからuriへの Builder エントリポイント。PUTからuriTemplateへの Builder エントリポイント。PUTからuriへの Builder エントリポイント。AuthenticationSteps.HttpRequestBuilder.with(HttpEntity<?> httpEntity) リクエストentityを構成します。AuthenticationSteps.HttpRequestBuilder.with(HttpHeaders headers) リクエストheadersを構成します。