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 TypeMethodDescriptionILoginClient.getDeployments
(ServiceKey serviceKey, String resourceGroup) Retrieves a list of deployments from the SAP AI Core API.LoginClient.getDeployments
(ServiceKey serviceKey, String resourceGroup) Retrieves a list of deployments from the SAP AI Core API.ILoginClient.getResourceGroups
(ServiceKey serviceKey) Retrieves a list of resource groups from the SAP AI Core API.LoginClient.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 TypeMethodDescriptionFirstLoginWizardPage.getServiceKey()
Retrieves theServiceKey
parsed from the user input.SecondLoginWizardPage.getServiceKey()
Retrieves theServiceKey
from the first wizard page.Modifier and TypeMethodDescriptionvoid
FirstLoginWizardPage.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.