Uses of Class
org.springframework.vault.authentication.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder
Package
Description
Support for authentication and session management.
-
Uses of AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionConfigure aappRole
.AppRoleAuthenticationOptions.builder()
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.initialToken
(VaultToken initialToken) Deprecated.Configure the mount path.Deprecated.since 2.0, useroleId(AppRoleAuthenticationOptions.RoleId)
.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.roleId
(AppRoleAuthenticationOptions.RoleId roleId) Configure the RoleId.Deprecated.since 2.0, usesecretId(AppRoleAuthenticationOptions.SecretId)
.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.secretId
(AppRoleAuthenticationOptions.SecretId secretId) Configure asecretId
.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.unwrappingEndpoints
(UnwrappingEndpoints endpoints) Configure theUnwrappingEndpoints
to use.
roleId(AppRoleAuthenticationOptions.RoleId)
/secretId(AppRoleAuthenticationOptions.SecretId)
to configure pull mode.