class VaultRoleIdCredentialImpl extends Object
A simple credential for instantiating a vault approle credentials.
| Constructor and description |
|---|
VaultRoleIdCredentialImpl
(String role_id, String secret_id)Instantiate a role ID credential meant to be used with approle authentication. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
String |
getRole_id()Returns the Role ID used for approle authentication. |
|
String |
getSecret_id()Returns the Secret ID used for approle authentication. |
Jervis API documentation.