public static class VaultProperties.AppRoleProperties extends Object
| Constructor and Description |
|---|
AppRoleProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppRolePath() |
String |
getRole() |
String |
getRoleId() |
String |
getSecretId() |
void |
setAppRolePath(String appRolePath) |
void |
setRole(String role) |
void |
setRoleId(String roleId) |
void |
setSecretId(String secretId) |
public String getAppRolePath()
public void setAppRolePath(String appRolePath)
public String getRole()
public void setRole(String role)
@Nullable public String getRoleId()
public void setRoleId(@Nullable
String roleId)
@Nullable public String getSecretId()
public void setSecretId(@Nullable
String secretId)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.