Uses of Class
com.developer.nefarious.zjoule.plugin.models.ServiceKey
Package
Description
-
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.auth
Modifier and TypeMethodDescriptionAuthClient.getNewAccessToken
(ServiceKey serviceKey) Retrieves a new access token using the provided service key.IAuthClient.getNewAccessToken
(ServiceKey serviceKey) Retrieves a new access token using the provided service key. -
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.login.api
Modifier and TypeMethodDescriptionISapLoginClient.getDeployments
(ServiceKey serviceKey, String resourceGroup) Retrieves a list of deployments from the SAP AI Core API.SapLoginClient.getDeployments
(ServiceKey serviceKey, String resourceGroup) Retrieves a list of deployments from the SAP AI Core API.ISapLoginClient.getResourceGroups
(ServiceKey serviceKey) Retrieves a list of resource groups from the SAP AI Core API.SapLoginClient.getResourceGroups
(ServiceKey serviceKey) Retrieves a list of resource groups from the SAP AI Core API. -
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.login.memory
Modifier and TypeMethodDescriptionvoid
TemporaryMemoryServiceKey.save
(ServiceKey serviceKey) Saves the given data to memory. -
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.login.pages
Modifier and TypeMethodDescriptionFirstSapLoginWizardPage.getServiceKey()
Retrieves theServiceKey
parsed from the user input.SecondSapLoginWizardPage.getServiceKey()
Retrieves theServiceKey
from the first wizard page.Modifier and TypeMethodDescriptionvoid
FirstSapLoginWizardPage.setServiceKey
(ServiceKey serviceKey) Sets theServiceKey
for this page. -
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.memory
Modifier and TypeMethodDescriptionvoid
MemoryServiceKey.save
(ServiceKey serviceKey) Saves the given data to memory.