Uses of Interface
com.developer.nefarious.zjoule.plugin.memory.IMemoryObject
Packages that use IMemoryObject
Package
Description
-
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.auth
Constructors in com.developer.nefarious.zjoule.plugin.auth with parameters of type IMemoryObjectModifierConstructorDescriptionAuthClient
(IMemoryObject<AccessToken> memoryAccessToken, IMemoryObject<ServiceKey> memoryServiceKey, IAuthClientHelper authClientHelper) Constructs anAuthClient
instance with the given dependencies. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.chat.openai
Constructors in com.developer.nefarious.zjoule.plugin.chat.openai with parameters of type IMemoryObjectModifierConstructorDescriptionOpenAIClient
(IAuthClient authClient, IMemoryMessageHistory memoryMessageHistory, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment, IOpenAIClientHelper openAIClientHelper) Constructs a newOpenAIClient
with the required dependencies. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.login.events
Constructors in com.developer.nefarious.zjoule.plugin.login.events with parameters of type IMemoryObjectModifierConstructorDescriptionDeploymentSelectionAdapter
(SecondLoginWizardPage secondLoginWizardPage, IMemoryObject<Deployment> memoryDeployment) Constructs a newDeploymentSelectionAdapter
.ResourceGroupSelectionAdapter
(SecondLoginWizardPage secondLoginWizardPage, ILoginClient loginClient, IMemoryObject<String> memoryResourceGroup) Constructs a newResourceGroupSelectionAdapter
. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.login.memory
Classes in com.developer.nefarious.zjoule.plugin.login.memory that implement IMemoryObjectModifier and TypeClassDescriptionclass
Manages temporary storage and retrieval of an access token during the login process.class
Manages temporary storage and retrieval of deployment information during the login process.class
Manages temporary storage and retrieval of resource group information during the login process.class
Manages temporary storage and retrieval of service key information during the login process. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.login.pages
Constructors in com.developer.nefarious.zjoule.plugin.login.pages with parameters of type IMemoryObjectModifierConstructorDescriptionSecondLoginWizardPage
(ILoginClient loginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.memory
Classes in com.developer.nefarious.zjoule.plugin.memory that implement IMemoryObjectModifier and TypeClassDescriptionclass
Manages the storage and retrieval of access tokens in memory.class
Manages the storage and retrieval of deployment information in memory.class
Manages the storage and retrieval of resource group information in memory.class
Manages the storage and retrieval of service key information in memory.