クラスの使用
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, 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) Vault および Google API の使用のために、GcpComputeAuthenticationOptionsおよびRestOperationsを指定して新しいGcpComputeAuthenticationインスタンスを作成します。GcpComputeAuthentication(GcpComputeAuthenticationOptions options, RestOperations vaultRestOperations, RestOperations googleMetadataRestOperations) Vault および Google API の使用のために、GcpComputeAuthenticationOptionsおよびRestOperationsを指定して新しいGcpComputeAuthenticationインスタンスを作成します。