We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19bc7c3 + d4133fa commit 8f499a2Copy full SHA for 8f499a2
1 file changed
src/main/java/org/cryptomator/integrations/keychain/KeychainAccessProvider.java
@@ -45,4 +45,11 @@ public interface KeychainAccessProvider {
45
*/
46
boolean isSupported();
47
48
+ /**
49
+ * @return <code>true</code> if the keychain to be accessed is locked. Accesing a locked keychain
50
+ * requires to unlock the keychain. The keychain backend will show an unlock dialog.
51
+ * returning <code>false</code> if the keychain to be accessed is unlocked
52
+ */
53
+ boolean isLocked();
54
+
55
}
0 commit comments