Package com.morpheusdata.core
Interface MorpheusAccountCredentialService
-
public interface MorpheusAccountCredentialService
Context methods for AccountCredential
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Single<AccountCredential>
get(java.lang.Long credentialId)
Load the AccountCredential requestedio.reactivex.Single<java.util.Map>
loadCredentialConfig(java.util.Map credentialConfig, java.util.Map refConfig)
A utility method to loads credential data config from the args of an input form.
-
-
-
Method Detail
-
loadCredentialConfig
io.reactivex.Single<java.util.Map> loadCredentialConfig(java.util.Map credentialConfig, java.util.Map refConfig)
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
-
get
io.reactivex.Single<AccountCredential> get(java.lang.Long credentialId)
Load the AccountCredential requested- Parameters:
credentialId
-- Returns:
-
-