Package core.support.objects
Class LoginObject
java.lang.Object
core.support.objects.LoginObject
public class LoginObject extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoginObject.LoginSequence -
Constructor Summary
Constructors Constructor Description LoginObject() -
Method Summary
Modifier and Type Method Description BooleangetIsLoggedIn()StringgetLoggedInPassword()StringgetLoggedInUsername()List<ActionObject>getLoginSequence()StringgetPassword()StringgetUsername()LoginObjectwithIsLoggedIn(Boolean isLoggedIn)LoginObjectwithLoggedInPassword(String loggedInPassword)LoginObjectwithLoggedInUsername(String loggedInUsername)LoginObjectwithLoginSequence(ActionObject loginSequence)LoginObjectwithPassword(String password)LoginObjectwithUsername(String username)
-
Constructor Details
-
LoginObject
public LoginObject()
-
-
Method Details
-
withUsername
-
withPassword
-
withLoggedInUsername
-
withLoggedInPassword
-
withIsLoggedIn
-
withLoginSequence
-
getUsername
-
getPassword
-
getLoggedInUsername
-
getLoggedInPassword
-
getIsLoggedIn
-
getLoginSequence
-