|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.Action
com.sybase.uep.bobclient.actions.LoginAction
public class LoginAction
This is the login action class
This will authenticate the username and password
Action
Constructor Summary | |
---|---|
LoginAction(LoginScreen loginScreen)
Deprecated. Constructor to create a login action |
|
LoginAction(LoginScreen loginScreen,
java.lang.String username,
java.lang.String password)
Deprecated. Construction to create a login action |
|
LoginAction(java.lang.String username,
java.lang.String password)
Deprecated. Construction to create a login action |
Method Summary | |
---|---|
void |
finish(boolean success)
Deprecated. This gets called when the action is finished |
void |
run()
Deprecated. (non-Javadoc) |
void |
setPassword(java.lang.String password)
Deprecated. Set the password |
void |
setUserName(java.lang.String username)
Deprecated. Set the user name |
Methods inherited from class com.sybase.uep.bobclient.actions.Action |
---|
hasFailed, isProcessing, setHasFailed, setIsProcessing |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginAction(LoginScreen loginScreen)
loginScreen
- LoginScreen
screen objectpublic LoginAction(java.lang.String username, java.lang.String password)
username
- String
value for the user namepassword
- String
value for the passwordpublic LoginAction(LoginScreen loginScreen, java.lang.String username, java.lang.String password)
loginScreen
- LoginScreen
screen objectusername
- String
value for the user namepassword
- String
value for the passwordMethod Detail |
---|
public void setUserName(java.lang.String username)
username
- String
value for the user namepublic void setPassword(java.lang.String password)
password
- String
value for the passwordpublic void finish(boolean success)
finish
in interface IBOBAction
finish
in class Action
success
- true
to specify if the action succeeded, otherwise false
IBOBAction.finish(boolean success)
public void run()
Runnable.run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |