Uses of Class
org.springframework.vault.authentication.JwtAuthenticationOptions
Packages that use JwtAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of JwtAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return JwtAuthenticationOptionsModifier and TypeMethodDescriptionJwtAuthenticationOptions.JwtAuthenticationOptionsBuilder.build()
Build a newJwtAuthenticationOptions
instance.Constructors in org.springframework.vault.authentication with parameters of type JwtAuthenticationOptionsModifierConstructorDescriptionJwtAuthentication
(JwtAuthenticationOptions options, RestOperations restOperations)