Class UserInputKeyring
- java.lang.Object
-
- org.correomqtt.business.keyring.BaseKeyring
-
- org.correomqtt.business.keyring.userinput.UserInputKeyring
-
- All Implemented Interfaces:
Keyring,BaseExtensionPoint<Object>,KeyringHook,org.pf4j.ExtensionPoint
@Extension public class UserInputKeyring extends BaseKeyring implements KeyringHook
-
-
Constructor Summary
Constructors Constructor Description UserInputKeyring()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetIdentifier()StringgetName()StringgetPassword(String label)intgetSortIndex()booleanisSupported()booleanrequiresUserinput()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
-
-
-
-
Method Detail
-
requiresUserinput
public boolean requiresUserinput()
- Specified by:
requiresUserinputin interfaceKeyring
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceKeyring
-
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
-
getSortIndex
public int getSortIndex()
- Specified by:
getSortIndexin interfaceKeyring
-
-