public interface UserRegistrationEmailActivateResendCmd extends ControllerCommand
logonId
and logonPassword
. Optionally email1
can be specified to send the activation e-mail to an alternative e-mail address.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
void |
setEmail1(java.lang.String strEmail1)
This method sets e-mail address be used to send the activation message.
|
void |
setLogonId(java.lang.String strLogonId)
This method sets the logon ID.
|
void |
setLogonPassword(java.lang.String strPassword)
This method sets the logon password.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setLogonId(java.lang.String strLogonId)
strLogonId
- The logon ID to use when doing the credential check.void setLogonPassword(java.lang.String strPassword)
strPassword
- The password to use when doing the credential check.void setEmail1(java.lang.String strEmail1)
strEmail1
- The e-mail to be used to send the activation message.