Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
static AppRoleAuthenticationOptions.SecretId |
AppRoleAuthenticationOptions.SecretId.absent()
Create a
AppRoleAuthenticationOptions.SecretId that represents an absent secretId. |
AppRoleAuthenticationOptions.SecretId |
AppRoleAuthenticationOptions.getSecretId() |
static AppRoleAuthenticationOptions.SecretId |
AppRoleAuthenticationOptions.SecretId.provided(String secretId)
Create a
AppRoleAuthenticationOptions.SecretId that encapsulates a static secretId . |
static AppRoleAuthenticationOptions.SecretId |
AppRoleAuthenticationOptions.SecretId.pull(VaultToken initialToken)
Create a
AppRoleAuthenticationOptions.SecretId that obtains its value using pull-mode, specifying a
initial token . |
static AppRoleAuthenticationOptions.SecretId |
AppRoleAuthenticationOptions.SecretId.wrapped(VaultToken initialToken)
Create a
AppRoleAuthenticationOptions.SecretId object that obtains its value from unwrapping a
response using the initial token from a Cubbyhole. |
Modifier and Type | Method and Description |
---|---|
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.secretId(AppRoleAuthenticationOptions.SecretId secretId)
Configure a
secretId . |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.