Class LibSecretKeyring
java.lang.Object
org.correomqtt.business.keyring.BaseKeyring
org.correomqtt.business.keyring.libsecret.LibSecretKeyring
- All Implemented Interfaces:
Keyring,BaseExtensionPoint,KeyringHook,org.pf4j.ExtensionPoint
@Extension public class LibSecretKeyring extends BaseKeyring implements KeyringHook
-
Constructor Summary
Constructors Constructor Description LibSecretKeyring() -
Method Summary
Modifier and Type Method Description StringgetDescription()StringgetIdentifier()StringgetName()StringgetPassword(String label)booleanisSupported()voidsetPassword(String label, String password)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.correomqtt.business.keyring.Keyring
getSortIndex, requiresUserinput
-
Constructor Details
-
LibSecretKeyring
public LibSecretKeyring()
-
-
Method Details
-
getPassword
- Specified by:
getPasswordin interfaceKeyring
-
setPassword
- Specified by:
setPasswordin interfaceKeyring
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceKeyring
-
getIdentifier
- Specified by:
getIdentifierin interfaceKeyring
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceKeyring
-