Package core.support.objects
Class LoginObject
java.lang.Object
core.support.objects.LoginObject
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithIsLoggedIn(Boolean isLoggedIn) withLoggedInPassword(String loggedInPassword) withLoggedInUsername(String loggedInUsername) withLoginSequence(ActionObject loginSequence) withPassword(String password) withUsername(String username)
-
Constructor Details
-
LoginObject
public LoginObject()
-
-
Method Details
-
withUsername
-
withPassword
-
withLoggedInUsername
-
withLoggedInPassword
-
withIsLoggedIn
-
withLoginSequence
-
getUsername
-
getPassword
-
getLoggedInUsername
-
getLoggedInPassword
-
getIsLoggedIn
-
getLoginSequence
-