Interface MorpheusSynchronousAccountCredentialService
- All Superinterfaces:
MorpheusSynchronousDataService<AccountCredential,
AccountCredential>
public interface MorpheusSynchronousAccountCredentialService
extends MorpheusSynchronousDataService<AccountCredential,AccountCredential>
-
Method Summary
Modifier and TypeMethodDescriptionloadCredentialConfig
(Map credentialConfig, Map refConfig) A utility method to loads credential data config from the args of an input form.loadCredentials
(AccountIntegration accountIntegration) loadCredentials
(BackupProvider backupProvider) loadCredentials
(Cloud cloud) Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
-
Method Details
-
loadCredentialConfig
A utility method to loads credential data config from the args of an input form. May be used in OptionSourceServices to handle when a user selects an AccountCredential- Parameters:
credentialConfig
- Pass through of args.credential elements from form payloadrefConfig
- The base config to fall back on.. typically cloud.configMap- Returns:
- Observable
-
loadCredentials
-
loadCredentials
-
loadCredentials
-