Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.appRole(String appRole)
Configure a
appRole . |
static AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.builder() |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.initialToken(VaultToken initialToken)
Deprecated.
since 2.0, use
#roleId(RoleId) /#secretId(SecretId)
to configure pull mode. |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.path(String path)
Configure the mount path.
|
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.roleId(AppRoleAuthenticationOptions.RoleId roleId)
Configure the RoleId.
|
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.roleId(String roleId)
Deprecated.
since 2.0, use
#roleId(RoleId) . |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.secretId(AppRoleAuthenticationOptions.SecretId secretId)
Configure a
secretId . |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.secretId(String secretId)
Deprecated.
since 2.0, use
#secretId(SecretId) . |
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.