Uses of Class
org.springframework.vault.authentication.AppRoleAuthenticationOptions
Packages that use AppRoleAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AppRoleAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return AppRoleAuthenticationOptionsModifier and TypeMethodDescriptionAppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.build()
Build a newAppRoleAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type AppRoleAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
AppRoleAuthentication.createAuthenticationSteps
(AppRoleAuthenticationOptions options) Creates aAuthenticationSteps
for AppRole authentication givenAppRoleAuthenticationOptions
.Constructors in org.springframework.vault.authentication with parameters of type AppRoleAuthenticationOptionsModifierConstructorDescriptionAppRoleAuthentication
(AppRoleAuthenticationOptions options, RestOperations restOperations)