Class AppIdAuthenticationOptions

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

@Deprecated public class AppIdAuthenticationOptions extends Object
Deprecated.
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: