Class AppIdAuthentication

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

@Deprecated(since="2.2", forRemoval=true) public class AppIdAuthentication extends Object implements ClientAuthentication, AuthenticationStepsFactory
Deprecated, for removal: This API element is subject to removal in a future version.
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: