Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.ILoginClient
Packages that use ILoginClient
Package
Description
-
Uses of ILoginClient in com.developer.nefarious.zjoule.plugin.login.api
Classes in com.developer.nefarious.zjoule.plugin.login.api that implement ILoginClientModifier and TypeClassDescriptionclass
Implements theILoginClient
interface for managing API interactions related to login operations. -
Uses of ILoginClient in com.developer.nefarious.zjoule.plugin.login.events
Constructors in com.developer.nefarious.zjoule.plugin.login.events with parameters of type ILoginClientModifierConstructorDescriptionResourceGroupSelectionAdapter
(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
Constructors in com.developer.nefarious.zjoule.plugin.login.pages with parameters of type ILoginClientModifierConstructorDescriptionFirstLoginWizardPage
(ILoginClient loginClient) Constructs a newFirstLoginWizardPage
.SecondLoginWizardPage
(ILoginClient loginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
.