Uses of Class
org.springframework.vault.authentication.GcpIamCredentialsAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GcpIamCredentialsAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionGcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.build()
Build a newGcpIamCredentialsAuthenticationOptions
instance.ModifierConstructorDescriptionGcpIamCredentialsAuthentication
(GcpIamCredentialsAuthenticationOptions options, RestOperations restOperations) Create a new instance ofGcpIamCredentialsAuthentication
givenGcpIamCredentialsAuthenticationOptions
andRestOperations
.GcpIamCredentialsAuthentication
(GcpIamCredentialsAuthenticationOptions options, RestOperations restOperations, com.google.api.gax.rpc.TransportChannelProvider transportChannelProvider) Create a new instance ofGcpIamCredentialsAuthentication
givenGcpIamCredentialsAuthenticationOptions
,RestOperations
andTransportChannelProvider
.