Class AppIdAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.AppIdAuthenticationOptions

@Deprecated(since="2.2", forRemoval=true) public class AppIdAuthenticationOptions extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 2.2. Use AppRoleAuthentication.
Authentication options for AppIdAuthentication.

Authentication options provide the path, appId and a AppIdUserIdMechanism. AppIdAuthentication can be constructed using builder(). Instances of this class are immutable once constructed.

Author:
Mark Paluch
See Also: