Uses of Class
org.springframework.vault.authentication.GcpIamCredentialsAuthenticationOptions
Packages that use GcpIamCredentialsAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GcpIamCredentialsAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return GcpIamCredentialsAuthenticationOptionsModifier and TypeMethodDescriptionGcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.build()
Build a newGcpIamCredentialsAuthenticationOptions
instance.Constructors in org.springframework.vault.authentication with parameters of type GcpIamCredentialsAuthenticationOptionsModifierConstructorDescriptionGcpIamCredentialsAuthentication
(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
.