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()
Configure the mount path.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.roleId
(AppRoleAuthenticationOptions.RoleId roleId) Configure the RoleId.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.secretId
(AppRoleAuthenticationOptions.SecretId secretId) Configure asecretId
.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.unwrappingEndpoints
(UnwrappingEndpoints endpoints) Configure theUnwrappingEndpoints
to use.