Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.ILoginClient
Package
Description
-
Uses of ILoginClient in com.developer.nefarious.zjoule.plugin.login.api
Modifier and TypeClassDescriptionclass
Implements theILoginClient
interface for managing API interactions related to login operations. -
Uses of ILoginClient in com.developer.nefarious.zjoule.plugin.login.events
ModifierConstructorDescriptionResourceGroupSelectionAdapter
(SecondLoginWizardPage secondLoginWizardPage, ILoginClient loginClient, IMemoryObject<String> memoryResourceGroup) Constructs a newResourceGroupSelectionAdapter
.ServiceKeyModifyListener
(FirstLoginWizardPage firstLoginWizardPage, ILoginClient loginClient, com.google.gson.Gson gson) Constructs a newServiceKeyModifyListener
. -
Uses of ILoginClient in com.developer.nefarious.zjoule.plugin.login.pages
ModifierConstructorDescriptionFirstLoginWizardPage
(ILoginClient loginClient) Constructs a newFirstLoginWizardPage
.SecondLoginWizardPage
(ILoginClient loginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
.