Uses of Class
com.developer.nefarious.zjoule.plugin.models.ServiceKey
Packages that use ServiceKey
Package
Description
-
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.auth
Methods in com.developer.nefarious.zjoule.plugin.auth with parameters of type ServiceKeyModifier 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
Methods in com.developer.nefarious.zjoule.plugin.login.api with parameters of type ServiceKeyModifier 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
Methods in com.developer.nefarious.zjoule.plugin.login.memory that return ServiceKeyMethods in com.developer.nefarious.zjoule.plugin.login.memory with parameters of type ServiceKeyModifier and TypeMethodDescriptionvoid
TemporaryMemoryServiceKey.save
(ServiceKey serviceKey) Saves the given data to memory. -
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.login.pages
Methods in com.developer.nefarious.zjoule.plugin.login.pages that return ServiceKeyModifier and TypeMethodDescriptionFirstLoginWizardPage.getServiceKey()
Retrieves theServiceKey
parsed from the user input.SecondLoginWizardPage.getServiceKey()
Retrieves theServiceKey
from the first wizard page.Methods in com.developer.nefarious.zjoule.plugin.login.pages with parameters of type ServiceKeyModifier and TypeMethodDescriptionvoid
FirstLoginWizardPage.setServiceKey
(ServiceKey serviceKey) Sets theServiceKey
for this page. -
Uses of ServiceKey in com.developer.nefarious.zjoule.plugin.memory
Methods in com.developer.nefarious.zjoule.plugin.memory that return ServiceKeyMethods in com.developer.nefarious.zjoule.plugin.memory with parameters of type ServiceKeyModifier and TypeMethodDescriptionvoid
MemoryServiceKey.save
(ServiceKey serviceKey) Saves the given data to memory.