Uses of Class
org.springframework.vault.authentication.AppIdAuthenticationOptions
Packages that use AppIdAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AppIdAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return AppIdAuthenticationOptionsModifier and TypeMethodDescriptionAppIdAuthenticationOptions.AppIdAuthenticationOptionsBuilder.build()
Build a newAppIdAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type AppIdAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
AppIdAuthentication.createAuthenticationSteps
(AppIdAuthenticationOptions options) Deprecated, for removal: This API element is subject to removal in a future version.Creates aAuthenticationSteps
for AppId authentication givenAppIdAuthenticationOptions
.Constructors in org.springframework.vault.authentication with parameters of type AppIdAuthenticationOptionsModifierConstructorDescriptionAppIdAuthentication
(AppIdAuthenticationOptions options, RestOperations restOperations) Deprecated, for removal: This API element is subject to removal in a future version.