Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.ISapLoginClient
Package
Description
-
Uses of ISapLoginClient in com.developer.nefarious.zjoule.plugin.login.api
Modifier and TypeClassDescriptionclass
Implements theISapLoginClient
interface for managing API interactions related to login operations. -
Uses of ISapLoginClient in com.developer.nefarious.zjoule.plugin.login.events
ModifierConstructorDescriptionResourceGroupSelectionAdapter
(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
ModifierConstructorDescriptionFirstSapLoginWizardPage
(ISapLoginClient sapLoginClient) Constructs a newFirstLoginWizardPage
.SecondSapLoginWizardPage
(ISapLoginClient sapLoginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
.