Class AppRoleAuthenticationOptions

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

public class AppRoleAuthenticationOptions extends Object
Authentication options for AppRoleAuthentication.

Authentication options provide the path, roleId and pull/push mode. AppRoleAuthentication can be constructed using builder(). Instances of this class are immutable once constructed.

Author:
Mark Paluch, Vincent Le Nair, Christophe Tafani-Dereeper
See Also: