Skip to content

Commit 8f499a2

Browse files
Merge branch 'develop' into release/1.0.0
2 parents 19bc7c3 + d4133fa commit 8f499a2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/org/cryptomator/integrations/keychain/KeychainAccessProvider.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,11 @@ public interface KeychainAccessProvider {
4545
*/
4646
boolean isSupported();
4747

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+
4855
}

0 commit comments

Comments
 (0)