public class VaultParams extends Object
| Constructor and Description |
|---|
VaultParams(String mount,
String path,
String key,
String endpoint,
VaultAuthenticationMethod authenticationType) |
| Modifier and Type | Method and Description |
|---|---|
VaultAuthenticationMethod |
getAuthenticationType() |
String |
getEndpoint() |
String |
getKey() |
String |
getMount() |
String |
getPath() |
String |
toString() |
public VaultParams(String mount, String path, String key, String endpoint, VaultAuthenticationMethod authenticationType)
Copyright © 2023 Atlassian. All rights reserved.