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