Uses of Class
com.github.javakeyring.BackendNotSupportedException
-
-
Uses of BackendNotSupportedException in com.github.javakeyring
Methods in com.github.javakeyring that throw BackendNotSupportedException Modifier and Type Method Description static KeyringKeyring. create()Creates an instance of Keyring using the a default backed based on operating system.static KeyringKeyring. create(KeyringStorageType keyring)Creates an instance of Keyring with specified backend. -
Uses of BackendNotSupportedException in com.github.javakeyring.internal
Methods in com.github.javakeyring.internal that throw BackendNotSupportedException Modifier and Type Method Description static KeyringBackendKeyringBackendFactory. create()Creates an instance of KeyringBackend.static KeyringBackendKeyringBackendFactory. create(KeyringStorageType preferred)Creates an instance of KeyringBackend. -
Uses of BackendNotSupportedException in com.github.javakeyring.internal.freedesktop
Constructors in com.github.javakeyring.internal.freedesktop that throw BackendNotSupportedException Constructor Description FreedesktopKeyringBackend() -
Uses of BackendNotSupportedException in com.github.javakeyring.internal.kde
Constructors in com.github.javakeyring.internal.kde that throw BackendNotSupportedException Constructor Description KWalletBackend() -
Uses of BackendNotSupportedException in com.github.javakeyring.internal.osx
Constructors in com.github.javakeyring.internal.osx that throw BackendNotSupportedException Constructor Description ModernOsxKeychainBackend()OsxKeychainBackend() -
Uses of BackendNotSupportedException in com.github.javakeyring.internal.windows
Constructors in com.github.javakeyring.internal.windows that throw BackendNotSupportedException Constructor Description WinCredentialStoreBackend()
-