| Package | Description |
|---|---|
| org.springframework.vault.authentication |
Support for authentication and session management.
|
| Modifier and Type | Method and Description |
|---|---|
AppRoleAuthenticationOptions.RoleId |
AppRoleAuthenticationOptions.getRoleId() |
static AppRoleAuthenticationOptions.RoleId |
AppRoleAuthenticationOptions.RoleId.provided(String roleId)
Create a
AppRoleAuthenticationOptions.RoleId that encapsulates a static roleId. |
static AppRoleAuthenticationOptions.RoleId |
AppRoleAuthenticationOptions.RoleId.pull(VaultToken initialToken)
Create a
AppRoleAuthenticationOptions.RoleId that obtains its value using pull-mode, specifying a
initial token. |
static AppRoleAuthenticationOptions.RoleId |
AppRoleAuthenticationOptions.RoleId.wrapped(VaultToken initialToken)
Create a
AppRoleAuthenticationOptions.RoleId 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.roleId(AppRoleAuthenticationOptions.RoleId roleId)
Configure the RoleId.
|
Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.