Uses of Class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder
Package
Description
Support for authentication and session management.
-
Uses of CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionCubbyholeAuthenticationOptions.builder()
CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.initialToken
(VaultToken initialToken) Configure the initialVaultToken
to access Cubbyhole.Configure the cubbyhole path, such ascubbyhole/token
.CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.selfLookup
(boolean selfLookup) Configure whether to perform a self-lookup after token retrieval.CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.unwrappingEndpoints
(UnwrappingEndpoints endpoints) Configure theUnwrappingEndpoints
to use.CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.wrapped()
Configure whether to use wrapped token responses.