Uses of Class
org.springframework.vault.authentication.AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder
Packages that use AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder
Package
Description
Support for authentication and session management.
- 
Uses of AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder in org.springframework.vault.authenticationMethods in org.springframework.vault.authentication that return AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilderModifier 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 theUnwrappingEndpointsto use.