Class WinDPAPIKeyring
java.lang.Object
org.correomqtt.business.keyring.BaseKeyring
org.correomqtt.business.keyring.windpapi.WinDPAPIKeyring
- All Implemented Interfaces:
Keyring,BaseExtensionPoint,KeyringHook,org.pf4j.ExtensionPoint
@Extension public class WinDPAPIKeyring extends BaseKeyring implements KeyringHook
-
Constructor Summary
Constructors Constructor Description WinDPAPIKeyring() -
Method Summary
Modifier and Type Method Description StringgetDescription()StringgetIdentifier()StringgetName()StringgetPassword(String label)booleanisSupported()booleanrequiresUserinput()voidsetPassword(String label, String password)
-
Constructor Details
-
WinDPAPIKeyring
public WinDPAPIKeyring()
-
-
Method Details
-
requiresUserinput
public boolean requiresUserinput()- Specified by:
requiresUserinputin interfaceKeyring
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceKeyring
-
getPassword
- Specified by:
getPasswordin interfaceKeyring
-
setPassword
- Specified by:
setPasswordin interfaceKeyring
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceKeyring
-
getIdentifier
- Specified by:
getIdentifierin interfaceKeyring
-