public interface GetCredentialsCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright statement.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
static java.lang.String |
NAME
The full class name for this interface file.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPasswordForCredentials()
Get the password to use on the credentials.
|
java.lang.String |
getUserIdForCredentials()
Get the user id to use on the credentials.
|
void |
setPassword(java.lang.String thePassword)
Set the user's password.
|
void |
setReferralStoreId(java.lang.Integer theStoreId)
Set the referral store id for the credentials.
|
void |
setUserId(java.lang.String theUserId)
Set the user id.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setUserId(java.lang.String theUserId)
theUserId - (Optional) The user id. If not specified the "UserDistributorUserId" attribute of the
commandContext user profile will be used.void setPassword(java.lang.String thePassword)
thePassword - (Optional) The password. If not specified the "UserDistributorPasswordEncrypted" attribute
(unencrypted) of the commandContext user profile will be used.void setReferralStoreId(java.lang.Integer theStoreId)
theStoreId - The distributor's store id.java.lang.String getUserIdForCredentials()
java.lang.String getPasswordForCredentials()