Uses of Class
com.github.javakeyring.PasswordAccessException
Packages that use PasswordAccessException
Package
Description
-
Uses of PasswordAccessException in com.github.javakeyring
Methods in com.github.javakeyring that throw PasswordAccessExceptionModifier and TypeMethodDescriptionvoidKeyring.deletePassword(String service, String account) Sets password to key store (Proxy method of KeyringBackend.setPassword)Keyring.getPassword(String service, String account) Gets password from key store (Proxy method of KeyringBackend.getPassword).voidKeyring.setPassword(String service, String account, String password) Sets password to key store (Proxy method of KeyringBackend.setPassword) -
Uses of PasswordAccessException in com.github.javakeyring.internal
Methods in com.github.javakeyring.internal that throw PasswordAccessExceptionModifier and TypeMethodDescriptionvoidKeyringBackend.deletePassword(String service, String account) Deletes password from keystore.KeyringBackend.getPassword(String service, String account) Gets password from key store.voidKeyringBackend.setPassword(String service, String account, String password) Sets password to key store. -
Uses of PasswordAccessException in com.github.javakeyring.internal.freedesktop
Methods in com.github.javakeyring.internal.freedesktop that throw PasswordAccessExceptionModifier and TypeMethodDescriptionvoidFreedesktopKeyringBackend.deletePassword(String service, String account) Delete password to key store.FreedesktopKeyringBackend.getPassword(String service, String account) Gets password from key store.voidFreedesktopKeyringBackend.setPassword(String service, String account, String password) Sets password to key store. -
Uses of PasswordAccessException in com.github.javakeyring.internal.kde
Methods in com.github.javakeyring.internal.kde that throw PasswordAccessExceptionModifier and TypeMethodDescriptionvoidKWalletBackend.deletePassword(String service, String account) Removes a password from KWallet.KWalletBackend.getPassword(String service, String account) Retrieves password from KWallet.voidKWalletBackend.setPassword(String service, String account, String password) -
Uses of PasswordAccessException in com.github.javakeyring.internal.osx
Methods in com.github.javakeyring.internal.osx that throw PasswordAccessExceptionModifier and TypeMethodDescriptionvoidModernOsxKeychainBackend.deletePassword(String service, String account) Delete a password from the key store.voidOsxKeychainBackend.deletePassword(String service, String account) Delete a password from the key store.ModernOsxKeychainBackend.getPassword(String service, String account) Gets password from key store.OsxKeychainBackend.getPassword(String service, String account) Gets password from key store.voidModernOsxKeychainBackend.setPassword(String service, String account, String password) Sets password to key store.voidOsxKeychainBackend.setPassword(String service, String account, String password) Sets password to key store. -
Uses of PasswordAccessException in com.github.javakeyring.internal.windows
Methods in com.github.javakeyring.internal.windows that throw PasswordAccessExceptionModifier and TypeMethodDescriptionvoidWinCredentialStoreBackend.deletePassword(String service, String account) WinCredentialStoreBackend.getPassword(String service, String account) voidWinCredentialStoreBackend.setPassword(String service, String account, String password)