Uses of Class
org.springframework.vault.authentication.AppRoleAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of AppRoleAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionAppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.build()
Build a newAppRoleAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
AppRoleAuthentication.createAuthenticationSteps
(AppRoleAuthenticationOptions options) Creates aAuthenticationSteps
for AppRole authentication givenAppRoleAuthenticationOptions
.ModifierConstructorDescriptionAppRoleAuthentication
(AppRoleAuthenticationOptions options, RestOperations restOperations)