Uses of Class
com.microsoft.credentialstorage.implementation.posix.keyring.GnomeKeyringLibrary.GnomeKeyringPasswordSchema
-
Packages that use GnomeKeyringLibrary.GnomeKeyringPasswordSchema Package Description com.microsoft.credentialstorage.implementation.posix.keyring -
-
Uses of GnomeKeyringLibrary.GnomeKeyringPasswordSchema in com.microsoft.credentialstorage.implementation.posix.keyring
Fields in com.microsoft.credentialstorage.implementation.posix.keyring declared as GnomeKeyringLibrary.GnomeKeyringPasswordSchema Modifier and Type Field Description protected static GnomeKeyringLibrary.GnomeKeyringPasswordSchemaGnomeKeyringBackedSecureStore. SCHEMAMethods in com.microsoft.credentialstorage.implementation.posix.keyring with parameters of type GnomeKeyringLibrary.GnomeKeyringPasswordSchema Modifier and Type Method Description intGnomeKeyringLibrary. gnome_keyring_delete_password_sync(GnomeKeyringLibrary.GnomeKeyringPasswordSchema schema, Object... args)Delete a stored secret, without paraphrasing, please read: https://developer.gnome.org/gnome-keyring/stable/gnome-keyring-Simple-Password-Storage.html#gnome-keyring-delete-password-syncintGnomeKeyringLibrary. gnome_keyring_find_password_sync(GnomeKeyringLibrary.GnomeKeyringPasswordSchema schema, GnomeKeyringLibrary.PointerToPointer password, Object... args)Retrieving a stored secret, without paraphrasing, please read: https://developer.gnome.org/gnome-keyring/stable/gnome-keyring-Simple-Password-Storage.html#gnome-keyring-find-password-syncintGnomeKeyringLibrary. gnome_keyring_store_password_sync(GnomeKeyringLibrary.GnomeKeyringPasswordSchema schema, String keyring, String display_name, String password, Object... args)Storing a secret, without paraphrasing, please read: https://developer.gnome.org/gnome-keyring/stable/gnome-keyring-Simple-Password-Storage.html#gnome-keyring-store-password-sync
-