Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
static GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.builder() |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.clock(Clock clock)
Configure the
Clock used to calculate epoch seconds until the JWT
expiration. |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.credentials(com.google.auth.oauth2.GoogleCredentials credentials)
Configure static Google credentials, required to create a signed JWT.
|
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.credentialsSupplier(GoogleCredentialsSupplier credentialsSupplier)
Configure a
GoogleCredentialsSupplier , required to create a signed JWT. |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.jwtValidity(Duration jwtValidity)
Configure the
Duration for the JWT expiration. |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.path(String path)
Configure the mount path, defaults to aws.
|
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.role(String role)
Configure the name of the role against which the login is being attempted.
|
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder |
GcpIamCredentialsAuthenticationOptions.GcpIamCredentialsAuthenticationOptionsBuilder.serviceAccountId(String serviceAccountId)
Configure an explicit service account id to use in GCP IAM calls.
|
Copyright © 2016–2022 Pivotal Software, Inc.. All rights reserved.