public class GnomeKeyringBackedTokenStore extends GnomeKeyringBackedSecureStore<Token>
ALLOW_UNLOCK_KEYRING| Constructor and Description |
|---|
GnomeKeyringBackedTokenStore() |
| Modifier and Type | Method and Description |
|---|---|
protected Token |
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(Token secret)
Create a string representation suitable to be saved as String
|
add, delete, get, isGnomeKeyringSupported, isSecureprotected Token deserialize(String secret)
GnomeKeyringBackedSecureStoreSecret from the stored string representationdeserialize in class GnomeKeyringBackedSecureStore<Token>secret - password, oauth2 access token, or Personal Access TokenSecret from the inputprotected String serialize(Token secret)
GnomeKeyringBackedSecureStoreserialize in class GnomeKeyringBackedSecureStore<Token>secret - password, oauth2 access token, or Personal Access Tokenprotected String getType()
GnomeKeyringBackedSecureStoregetType in class GnomeKeyringBackedSecureStore<Token>Copyright © 2018. All rights reserved.