public class ProcessGiftRegistryAuthenticationCmdImpl extends BusinessObjectDocumentCmdImpl implements ProcessGiftRegistryAuthenticationCmd
VerbAction.POST - The process calls the CheckGiftRegistryCredentialsCmd
to validate the users credentials.VerbAction.CANCEL - The process calls the RelinquishGiftRegistryCredentialsCmd
to release all the users credentials as in a 'logout' situation.ECApplicationException is thrown from a delegated command.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
ProcessGiftRegistryAuthenticationCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
This method executes either the
CheckGiftRegistryCredentialsCmd or
RelinquishGiftRegistryCredentialsCmd based on the VerbAction
in the verb. |
getResultBOD, setRequestBODaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultBOD, setRequestBODexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public ProcessGiftRegistryAuthenticationCmdImpl()
public void performExecute()
throws ECException
CheckGiftRegistryCredentialsCmd or
RelinquishGiftRegistryCredentialsCmd based on the VerbAction
in the verb. A AuthenticationGiftRegistryBOD is required.performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException