public class GaraSignCredentials extends Object
| Modifier and Type | Field and Description |
|---|---|
KeyStore.Builder |
keystore |
String |
password |
String |
sessionToken |
String |
username |
| Constructor and Description |
|---|
GaraSignCredentials(String username,
String password,
KeyStore.Builder keystore) |
GaraSignCredentials(String username,
String password,
String keystore,
String storepass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionToken(String endpoint) |
public KeyStore.Builder keystore
public String sessionToken
public GaraSignCredentials(String username, String password, KeyStore.Builder keystore)
public GaraSignCredentials(String username, String password, String keystore, String storepass)
public String getSessionToken(String endpoint) throws IOException
IOExceptionCopyright © 2012–2025. All rights reserved.