Uses of Class
com.perforce.p4java.option.server.UpdateUserOptions

Packages that use UpdateUserOptions
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.option.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of UpdateUserOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type UpdateUserOptions
 String Server.createUser(IUser user, UpdateUserOptions opts)
           
 String Server.deleteUser(String userName, UpdateUserOptions opts)
           
 String Server.updateUser(IUser user, UpdateUserOptions opts)
           
 

Uses of UpdateUserOptions in com.perforce.p4java.option.server
 

Methods in com.perforce.p4java.option.server that return UpdateUserOptions
 UpdateUserOptions UpdateUserOptions.setForceUpdate(boolean forceUpdate)
           
 

Uses of UpdateUserOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type UpdateUserOptions
 String IOptionsServer.createUser(IUser user, UpdateUserOptions opts)
          Create a new Perforce user on the Perforce server.
 String IOptionsServer.deleteUser(String userName, UpdateUserOptions opts)
          Delete a named Perforce user from the Perforce server
 String IOptionsServer.updateUser(IUser user, UpdateUserOptions opts)
          Update a Perforce user on the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.