Uses of Class
com.github.javakeyring.PasswordAccessException
-
-
Uses of PasswordAccessException in com.github.javakeyring
Methods in com.github.javakeyring that throw PasswordAccessException Modifier and Type Method Description voidKeyring. deletePassword(String service, String account)Sets password to key store (Proxy method of KeyringBackend.setPassword)StringKeyring. 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 PasswordAccessException Modifier and Type Method Description voidKeyringBackend. deletePassword(String service, String account)Deletes password from keystore.StringKeyringBackend. 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 PasswordAccessException Modifier and Type Method Description voidFreedesktopKeyringBackend. deletePassword(String service, String account)Delete password to key store.StringFreedesktopKeyringBackend. 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 PasswordAccessException Modifier and Type Method Description voidKWalletBackend. deletePassword(String service, String account)Removes a password from KWallet.StringKWalletBackend. 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 PasswordAccessException Modifier and Type Method Description voidModernOsxKeychainBackend. 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.StringModernOsxKeychainBackend. getPassword(String service, String account)Gets password from key store.StringOsxKeychainBackend. 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 PasswordAccessException Modifier and Type Method Description voidWinCredentialStoreBackend. deletePassword(String service, String account)StringWinCredentialStoreBackend. getPassword(String service, String account)voidWinCredentialStoreBackend. setPassword(String service, String account, String password)
-