Uses of Class
com.microsoft.credentialstorage.implementation.posix.libsecret.LibSecretLibrary.SecretSchema
-
Packages that use LibSecretLibrary.SecretSchema Package Description com.microsoft.credentialstorage.implementation.posix.libsecret -
-
Uses of LibSecretLibrary.SecretSchema in com.microsoft.credentialstorage.implementation.posix.libsecret
Fields in com.microsoft.credentialstorage.implementation.posix.libsecret declared as LibSecretLibrary.SecretSchema Modifier and Type Field Description protected static LibSecretLibrary.SecretSchemaLibSecretBackedSecureStore. SCHEMAMethods in com.microsoft.credentialstorage.implementation.posix.libsecret with parameters of type LibSecretLibrary.SecretSchema Modifier and Type Method Description booleanLibSecretLibrary. secret_password_clear_sync(LibSecretLibrary.SecretSchema schema, com.sun.jna.Pointer cancellable, com.sun.jna.ptr.PointerByReference error, Object... args)Delete a stored secret, without paraphrasing, please read: https://www.manpagez.com/html/libsecret-1/libsecret-1-0.18.6/libsecret-Password-storage.php#secret-password-clear-synccom.sun.jna.PointerLibSecretLibrary. secret_password_lookup_sync(LibSecretLibrary.SecretSchema schema, com.sun.jna.Pointer cancellable, com.sun.jna.ptr.PointerByReference error, Object... args)Retrieving a stored secret, without paraphrasing, please read: https://www.manpagez.com/html/libsecret-1/libsecret-1-0.18.6/libsecret-Password-storage.php#secret_password_lookup_syncbooleanLibSecretLibrary. secret_password_store_sync(LibSecretLibrary.SecretSchema schema, String collection, String label, String password, com.sun.jna.Pointer cancellable, com.sun.jna.ptr.PointerByReference error, Object... args)Storing a secret, without paraphrasing, please read: https://www.manpagez.com/html/libsecret-1/libsecret-1-0.18.6/libsecret-Password-storage.php#secret_password_lookup_synccom.sun.jna.PointerLibSecretLibrary. secret_service_search_sync(com.sun.jna.Pointer secret_service, LibSecretLibrary.SecretSchema schema, com.sun.jna.Pointer attributes, int flags, com.sun.jna.Pointer cancellable, com.sun.jna.ptr.PointerByReference error)Search for items matching the attributes.
-