Uses of Interface
com.developer.nefarious.zjoule.plugin.memory.IMemoryObject
Package
Description
-
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.auth
ModifierConstructorDescriptionAuthClient
(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
ModifierConstructorDescriptionOpenAIClient
(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
ModifierConstructorDescriptionDeploymentSelectionAdapter
(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
Modifier 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
ModifierConstructorDescriptionSecondLoginWizardPage
(ILoginClient loginClient, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment) Constructs a newSecondLoginWizardPage
. -
Uses of IMemoryObject in com.developer.nefarious.zjoule.plugin.memory
Modifier 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.