public class AppRoleAuthenticationOptions extends Object
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.
AppRoleAuthentication,
builder()| Modifier and Type | Class and Description |
|---|---|
static class |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder
Builder for
AppRoleAuthenticationOptions. |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_APPROLE_AUTHENTICATION_PATH |
| Modifier and Type | Method and Description |
|---|---|
static AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
builder() |
String |
getAppRole() |
VaultToken |
getInitialToken() |
String |
getPath() |
String |
getRoleId() |
String |
getSecretId() |
public static final String DEFAULT_APPROLE_AUTHENTICATION_PATH
public static AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder builder()
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.public String getPath()
public String getRoleId()
public String getSecretId()
public String getAppRole()
public VaultToken getInitialToken()
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.