public class GnomeKeyringBackedCredentialStore extends GnomeKeyringBackedSecureStore<Credential>
ALLOW_UNLOCK_KEYRING| Constructor and Description |
|---|
GnomeKeyringBackedCredentialStore() |
| Modifier and Type | Method and Description |
|---|---|
protected Credential |
deserialize(String secret)
Create a
Secret from the stored string representation |
protected String |
getType()
Return the type of this secure store, used to match the secret in GNOME Keyring
|
protected String |
serialize(Credential credential)
Create a string representation suitable to be saved as String
|
add, delete, get, isGnomeKeyringSupported, isSecureprotected Credential deserialize(String secret)
GnomeKeyringBackedSecureStoreSecret from the stored string representationdeserialize in class GnomeKeyringBackedSecureStore<Credential>secret - password, oauth2 access token, or Personal Access TokenSecret from the inputprotected String serialize(Credential credential)
GnomeKeyringBackedSecureStoreserialize in class GnomeKeyringBackedSecureStore<Credential>credential - password, oauth2 access token, or Personal Access Tokenprotected String getType()
GnomeKeyringBackedSecureStoregetType in class GnomeKeyringBackedSecureStore<Credential>Copyright © 2018. All rights reserved.