Uses of Interface
org.springframework.vault.authentication.AppRoleAuthenticationOptions.SecretId
Package
Description
Support for authentication and session management.
-
Uses of AppRoleAuthenticationOptions.SecretId in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionAppRoleAuthenticationOptions.SecretId.absent()
Create aAppRoleAuthenticationOptions.SecretId
that represents an absent secretId.AppRoleAuthenticationOptions.getSecretId()
Create aAppRoleAuthenticationOptions.SecretId
that encapsulates a staticsecretId
.AppRoleAuthenticationOptions.SecretId.pull
(VaultToken initialToken) Create aAppRoleAuthenticationOptions.SecretId
that obtains its value using pull-mode, specifying ainitial token
.AppRoleAuthenticationOptions.SecretId.wrapped
(VaultToken initialToken) Create aAppRoleAuthenticationOptions.SecretId
object that obtains its value from unwrapping a response using theinitial token
from a Cubbyhole.Modifier and TypeMethodDescriptionAppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.secretId
(AppRoleAuthenticationOptions.SecretId secretId) Configure asecretId
.