Uses of Class
com.morpheusdata.model.AccountCredential
Packages that use AccountCredential
Package
Description
-
Uses of AccountCredential in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type AccountCredentialModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<AccountCredential>MorpheusAccountCredentialService.loadCredentials(AccountIntegration accountIntegration) io.reactivex.rxjava3.core.Maybe<AccountCredential>MorpheusAccountCredentialService.loadCredentials(BackupProvider backupProvider) io.reactivex.rxjava3.core.Maybe<AccountCredential>MorpheusAccountCredentialService.loadCredentials(Cloud cloud) -
Uses of AccountCredential in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud that return types with arguments of type AccountCredentialModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<AccountCredential>MorpheusCloudService.loadCredentials(Long cloudId) Returns the AccountCredential for the Cloud if the usage of credentials is supported by the Cloud and the Cloud is currently configured to use an AccountCredential -
Uses of AccountCredential in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type AccountCredentialModifier and TypeMethodDescriptionCredentialProvider.createCredential(AccountIntegration integration, AccountCredential credential, Map opts) Creates the credential on the remote integration.CredentialProvider.deleteCredential(AccountIntegration integration, AccountCredential credential, Map opts) Deletes the credential on the remote integration.CredentialProvider.updateCredential(AccountIntegration integration, AccountCredential credential, Map opts) Updates the credential on the remote integration.Methods in com.morpheusdata.core.providers with parameters of type AccountCredentialModifier and TypeMethodDescriptionCredentialProvider.createCredential(AccountIntegration integration, AccountCredential credential, Map opts) Creates the credential on the remote integration.CredentialProvider.deleteCredential(AccountIntegration integration, AccountCredential credential, Map opts) Deletes the credential on the remote integration.CredentialProvider.loadCredentialData(AccountIntegration integration, AccountCredential credential, Map opts) Used to load credential information on the fly from the datastore.CredentialProvider.updateCredential(AccountIntegration integration, AccountCredential credential, Map opts) Updates the credential on the remote integration. -
Uses of AccountCredential in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous that return AccountCredentialModifier and TypeMethodDescriptionMorpheusSynchronousAccountCredentialService.loadCredentials(AccountIntegration accountIntegration) MorpheusSynchronousAccountCredentialService.loadCredentials(BackupProvider backupProvider) MorpheusSynchronousAccountCredentialService.loadCredentials(Cloud cloud)