Uses of Class
com.ibm.team.fvt.tests.config.User

Packages that use User
com.ibm.team.fvt.tests.topology   
com.ibm.team.fvt.tests.web   
 

Uses of User in com.ibm.team.fvt.tests.topology
 

Methods in com.ibm.team.fvt.tests.topology that return User
 User Topology.getLoggedUser(java.lang.String url)
           
 

Methods in com.ibm.team.fvt.tests.topology with parameters of type User
 void Topology.login(java.lang.String location, User user)
          Login the given user to the application matching the given location and do the same for all other applications on the same server.
 boolean Topology.logout(java.lang.String location, User newUser)
          Logout the given user from the application matching the given location and do the same for all other applications on the same server.
 boolean Topology.needLogin(java.lang.String location, User user)
          Returns whether the given user needs to login before accessing the given location.
 

Uses of User in com.ibm.team.fvt.tests.web
 

Methods in com.ibm.team.fvt.tests.web that return User
 User WebPage.getUser()
          Return the user used when the page was loaded.
 

Methods in com.ibm.team.fvt.tests.web with parameters of type User
 void WebPage.changeUser(User newUser)
          Change the user on the current page.
 boolean WebPage.logout(User newUser)
          Logout the page from current user to new user.
static
<P extends WebPage>
P
WebPage.openPage(java.lang.String location, Config config, User user, java.lang.Class<P> pageClass, java.lang.String... data)
          Retrieve the existing page for the given location.
 

Constructors in com.ibm.team.fvt.tests.web with parameters of type User
LoginPage(java.lang.String url, Config config, User user)
           
WebPage(java.lang.String url, Config config, User user)