public interface Credentials
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(java.lang.String key)
Returns the credential with the given key.
|
void |
save()
Saves the credentials.
|
void |
set(java.lang.String key,
java.lang.String value)
Sets the credential.
|
java.lang.String get(java.lang.String key)
key - Key.void set(java.lang.String key,
java.lang.String value)
key - Key.value - Value.void save() throws java.io.IOException
java.io.IOException - If something went wrong while saving.