Class AppIdAuthentication

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

@Deprecated public class AppIdAuthentication extends Object implements ClientAuthentication, AuthenticationStepsFactory
Deprecated.
since 2.2. Use AppRoleAuthentication.
AppId implementation of ClientAuthentication. AppIdAuthentication uses a configured AppIdUserIdMechanism to obtain or calculate a UserId. AppId and UserId are sent in the login request to Vault to obtain a VaultToken.
Author:
Mark Paluch
See Also: