クラスの使用
org.springframework.vault.authentication.GcpComputeAuthenticationOptions
GcpComputeAuthenticationOptions を使用するパッケージ
org.springframework.vault.authentication 内の GcpComputeAuthenticationOptions 使用
修飾子と型メソッド説明GcpComputeAuthenticationOptions.GcpComputeAuthenticationOptionsBuilder.build()新しいGcpComputeAuthenticationOptionsインスタンスを作成します。型 GcpComputeAuthenticationOptions のパラメーターを持つ org.springframework.vault.authentication のメソッド修飾子と型メソッド説明static AuthenticationStepsGcpComputeAuthentication.createAuthenticationSteps(GcpComputeAuthenticationOptions options) GcpComputeAuthenticationOptionsが与えられた場合、GCE 認証用のAuthenticationStepsを作成します。型 GcpComputeAuthenticationOptions のパラメーターを持つ org.springframework.vault.authentication のコンストラクター修飾子コンストラクター説明GcpComputeAuthentication(GcpComputeAuthenticationOptions options, VaultClient vaultClient) GcpComputeAuthentication(GcpComputeAuthenticationOptions options, VaultClient vaultClient, RestClient googleMetadataClient) GcpComputeAuthenticationOptions、VaultClient、Google APIRestClientを指定して、新しいGcpComputeAuthenticationインスタンスを作成します。GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestClient client) Vault および Google API の使用のために、GcpComputeAuthenticationOptionsおよびRestClientを指定して新しいGcpComputeAuthenticationインスタンスを作成します。GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestClient vaultClient, RestClient googleMetadataClient) Vault および Google API の使用のために、GcpComputeAuthenticationOptionsおよびRestClientを指定して新しいGcpComputeAuthenticationインスタンスを作成します。GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestOperations vaultRestOperations) 使用すべきではありません。GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestOperations vaultRestOperations, RestOperations googleMetadataRestOperations) 使用すべきではありません。4.1 以降、代わりにGcpComputeAuthentication(GcpComputeAuthenticationOptions, VaultClient, RestClient)を使用してください。
GcpComputeAuthentication(GcpComputeAuthenticationOptions, VaultClient, RestClient)を使用してください。