Class JwtAuthentication

java.lang.Object
org.springframework.vault.authentication.JwtAuthentication
All Implemented Interfaces:
AuthenticationStepsFactory, ClientAuthentication

public class JwtAuthentication extends Object implements ClientAuthentication, AuthenticationStepsFactory
JWT implementation of ClientAuthentication. JwtAuthentication uses a JSON Web Token to login into Vault. JWT and Role are sent in the login request to Vault to obtain a VaultToken.
Since:
3.1
Author:
Nanne Baars
See Also: