Uses of Class
org.springframework.vault.authentication.GcpIamAuthenticationOptions
Packages that use GcpIamAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GcpIamAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return GcpIamAuthenticationOptionsModifier and TypeMethodDescriptionGcpIamAuthenticationOptions.GcpIamAuthenticationOptionsBuilder.build()Build a newGcpIamAuthenticationOptionsinstance.Constructors in org.springframework.vault.authentication with parameters of type GcpIamAuthenticationOptionsModifierConstructorDescriptionGcpIamAuthentication(GcpIamAuthenticationOptions options, RestOperations restOperations) Deprecated, for removal: This API element is subject to removal in a future version.GcpIamAuthentication(GcpIamAuthenticationOptions options, RestOperations restOperations, com.google.api.client.http.HttpTransport httpTransport) Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance ofGcpIamAuthenticationgivenGcpIamAuthenticationOptions,RestOperationsandHttpTransport.