Uses of Interface
org.springframework.vault.authentication.AppRoleAuthenticationOptions.RoleId
Package
Description
Support for authentication and session management.
-
Uses of AppRoleAuthenticationOptions.RoleId in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionAppRoleAuthenticationOptions.getRoleId()
Create aAppRoleAuthenticationOptions.RoleId
that encapsulates a staticroleId
.AppRoleAuthenticationOptions.RoleId.pull
(VaultToken initialToken) Create aAppRoleAuthenticationOptions.RoleId
that obtains its value using pull-mode, specifying ainitial token
.AppRoleAuthenticationOptions.RoleId.wrapped
(VaultToken initialToken) Create aAppRoleAuthenticationOptions.RoleId
object that obtains its value from unwrapping a response using theinitial token
from a Cubbyhole.Modifier and TypeMethodDescriptionAppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.roleId
(AppRoleAuthenticationOptions.RoleId roleId) Configure the RoleId.