public interface WMMAuthenticationCmd extends TaskCommand
Before executing this task command the following sets should be performed:
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
Deprecated.
Copyright field.
|
| static java.lang.String | defaultCommandClassName
Deprecated.
Default command implementation class.
|
| static java.lang.String | NAME
Deprecated.
Command name.
|
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String | getAuthenticateUserId()
Deprecated.
Gets the user id of the user after the authentication was successful.
|
| boolean | isLogonIdValid()
Deprecated.
A boolean result flag will be set to indicate if the logon id supplied was correct.
|
| boolean | isValidCredentials()
Deprecated.
After its execution, this task command sets a boolean flag to indicate whether the authentication was successful.
|
| void | setLogonId(java.lang.String strLogonId)
Deprecated.
Sets the logon ID under which the current user wishes to logon.
|
| void | setPassword(java.lang.String strPassword)
Deprecated.
Sets the password to be used for authentication with the new logon ID.
|
| void | setUpdateFlag()
Deprecated.
This command always performs authentication, so this method is not used.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.String getAuthenticateUserId()
boolean isLogonIdValid()
boolean isValidCredentials()
void setLogonId(java.lang.String strLogonId)
void setPassword(java.lang.String strPassword)
void setUpdateFlag()