Package org.correomqtt.business.keyring
Interface Keyring
- All Known Subinterfaces:
KeyringHook
- All Known Implementing Classes:
BaseKeyring,KWallet5Keyring,LibSecretKeyring,OSXKeychainKeyring,UserInputKeyring,WinDPAPIKeyring
public interface Keyring
-
Method Summary
Modifier and Type Method Description StringgetDescription()StringgetIdentifier()StringgetName()StringgetPassword(String label)default intgetSortIndex()booleanisSupported()default booleanrequiresUserinput()voidsetPassword(String label, String password)
-
Method Details
-
getPassword
-
setPassword
-
isSupported
boolean isSupported() -
getIdentifier
String getIdentifier() -
requiresUserinput
default boolean requiresUserinput() -
getName
String getName() -
getDescription
String getDescription() -
getSortIndex
default int getSortIndex()
-