Uses of Class
org.springframework.vault.authentication.GcpIamAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GcpIamAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionGcpIamAuthenticationOptions.GcpIamAuthenticationOptionsBuilder.build()
Build a newGcpIamAuthenticationOptions
instance.ModifierConstructorDescriptionGcpIamAuthentication
(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 ofGcpIamAuthentication
givenGcpIamAuthenticationOptions
,RestOperations
andHttpTransport
.