Class UsernamePasswordAuthentication

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

public class UsernamePasswordAuthentication extends Object implements ClientAuthentication, AuthenticationStepsFactory
Username and password implementation of ClientAuthentication. Can be used for userpass, ldap, okta, and radius authentication backends.
Since:
2.4
Author:
Mikhael Sokolov, Mark Paluch
See Also: