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.authentication
Methods in org.springframework.vault.authentication that return AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilderModifier 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 theUnwrappingEndpointsto use.
roleId(AppRoleAuthenticationOptions.RoleId)/secretId(AppRoleAuthenticationOptions.SecretId)to configure pull mode.