Package org.correomqtt.plugin.spi
Interface KeyringHook
-
- All Superinterfaces:
BaseExtensionPoint<Object>,org.pf4j.ExtensionPoint,Keyring
- All Known Implementing Classes:
KWallet5Keyring,LibSecretKeyring,OSXKeychainKeyring,UserInputKeyring,WinDPAPIKeyring
public interface KeyringHook extends Keyring, BaseExtensionPoint<Object>
-
-
Method Summary
-
Methods inherited from interface org.correomqtt.plugin.spi.BaseExtensionPoint
getConfigClass, onConfigReceived
-
Methods inherited from interface org.correomqtt.business.keyring.Keyring
getDescription, getIdentifier, getName, getPassword, getSortIndex, isSupported, requiresUserinput, setPassword
-
-