Class GnomeKeyringBackedTokenStore

    • Constructor Detail

      • GnomeKeyringBackedTokenStore

        public GnomeKeyringBackedTokenStore()
    • Method Detail

      • add

        public boolean add​(String key,
                           StoredToken token)
        Description copied from interface: SecretStore
        Save the secret identified by the key to this store. Replace existing secret if it exists.
        Parameters:
        key - for which a secret is associated with
        token - secret to be stored
        Returns:
        true if secret is added successfully false otherwise