com.ibm.commerce.security.commands
Interface PaymentManagerVerifyCredentialsCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- PaymentManagerVerifyCredentialsCmdImpl
- public interface PaymentManagerVerifyCredentialsCmd
- extends TaskCommand
Method Summary |
java.lang.String |
getLogonId()
Retrieve the Logon ID under which the current user wishes to logon. |
UserRegistryAccessBean |
getUserRegistryAccessBean()
Retrieve the UserRegistryAccessBean to be used for authentication with the
new Logon ID. |
boolean |
isValidCredentials()
After the this command task is executed, a boolean result flag will be
set to indicate if the authentication was successful. |
void |
setLogonId(java.lang.String strLogonId)
Sets the Logon ID under which the current user wishes to logon. |
void |
setPassword(java.lang.String strPassword)
Sets the Password to be used for authentication with the
new Logon ID. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
getLogonId
public java.lang.String getLogonId()
- Retrieve the Logon ID under which the current user wishes to logon.
- Returns:
- The Logon ID.
getUserRegistryAccessBean
public UserRegistryAccessBean getUserRegistryAccessBean()
- Retrieve the UserRegistryAccessBean to be used for authentication with the
new Logon ID.
- Returns:
- The UserRegistryAccessBean.
isValidCredentials
public boolean isValidCredentials()
- After the this command task is executed, a boolean result flag will be
set to indicate if the authentication was successful. This method will
return the this result flag to indicate if the authentication was
successful.
- Returns:
- True if authentication was successful.
setLogonId
public void setLogonId(java.lang.String strLogonId)
- Sets the Logon ID under which the current user wishes to logon.
- Parameters:
strLogonID
- The Login ID.
setPassword
public void setPassword(java.lang.String strPassword)
- Sets the Password to be used for authentication with the
new Logon ID.
- Parameters:
strPassword
- The Password.