This task command is called by every command that performs verification or update of a user credentials.
Before executing this task command the following sets should be performed:
setLogonId setAuthenticationStatus
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement |
static java.lang.String |
defaultCommandClassName Default command implementation class. |
static java.lang.String |
NAME Command name. |
Method Summary | |
---|---|
void |
setAuthenticationStatus(boolean valid_credentials) sets authentication result, true when user provided valid credentials false otherwise |
void |
setLogonId(java.lang.String strLogonId) Sets the Logon ID under which the current user wishes to logon. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setAuthenticationStatus(boolean valid_credentials)
valid_credentials
- booleanpublic void setLogonId(java.lang.String strLogonId)