Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.ISapLoginClient
Packages that use ISapLoginClient
Package
Description
-
Uses of ISapLoginClient in com.developer.nefarious.zjoule.plugin.login.api
Classes in com.developer.nefarious.zjoule.plugin.login.api that implement ISapLoginClientModifier and TypeClassDescriptionclass
Implements theISapLoginClient
interface for managing API interactions related to login operations. -
Uses of ISapLoginClient in com.developer.nefarious.zjoule.plugin.login.events
Constructors in com.developer.nefarious.zjoule.plugin.login.events with parameters of type ISapLoginClientModifierConstructorDescriptionResourceGroupSelectionAdapter
(SecondSapLoginWizardPage secondLoginWizardPage, ISapLoginClient sapLoginClient, IMemoryObject<String> memoryResourceGroup) Constructs a newResourceGroupSelectionAdapter
.ServiceKeyModifyListener
(FirstSapLoginWizardPage firstLoginWizardPage, ISapLoginClient sapLoginClient, com.google.gson.Gson gson) Constructs a newServiceKeyModifyListener
. -
Uses of ISapLoginClient in com.developer.nefarious.zjoule.plugin.login.pages
Constructors in com.developer.nefarious.zjoule.plugin.login.pages with parameters of type ISapLoginClientModifierConstructorDescriptionFirstSapLoginWizardPage
(ISapLoginClient sapLoginClient) Constructs a newFirstLoginWizardPage
.SecondSapLoginWizardPage
(ISapLoginClient sapLoginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
.