Uses of Class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions
Packages that use CubbyholeAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of CubbyholeAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return CubbyholeAuthenticationOptionsModifier and TypeMethodDescriptionCubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.build()
Build a newCubbyholeAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type CubbyholeAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
CubbyholeAuthentication.createAuthenticationSteps
(CubbyholeAuthenticationOptions options) Creates aAuthenticationSteps
for cubbyhole authentication givenCubbyholeAuthenticationOptions
.Constructors in org.springframework.vault.authentication with parameters of type CubbyholeAuthenticationOptionsModifierConstructorDescriptionCubbyholeAuthentication
(CubbyholeAuthenticationOptions options, RestOperations restOperations)