Uses of Interface
com.perforce.p4java.core.IUser

Packages that use IUser
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IUser in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return IUser
static IUser CoreFactory.createUser(IOptionsServer server, String name, String email, String fullName, String password, boolean createOnServer)
          Create a new IUser object locally and optionally on the server.
 

Uses of IUser in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IUser
 class User
          Simple default IUser implementation class.
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IUser
static Map<String,Object> InputMapper.map(IUser user)
          Map a P4Java IUsers object to an IServer input map.
 

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

Methods in com.perforce.p4java.impl.mapbased.server that return IUser
 IUser Server.getUser(String userName)
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IUser
 String Server.createUser(IUser user, boolean force)
           
 String Server.createUser(IUser user, UpdateUserOptions opts)
           
 void Server.login(IUser user, StringBuffer ticket, LoginOptions opts)
           
 String Server.updateUser(IUser user, boolean force)
           
 String Server.updateUser(IUser user, UpdateUserOptions opts)
           
 

Uses of IUser in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IUser
 IUser IServer.getUser(String userName)
          Get the user details of a specific Perforce user from the Perforce server.
 

Methods in com.perforce.p4java.server with parameters of type IUser
 String IServer.createUser(IUser user, boolean force)
          Create a new Perforce user on the Perforce server.
 String IOptionsServer.createUser(IUser user, UpdateUserOptions opts)
          Create a new Perforce user on the Perforce server.
 void IOptionsServer.login(IUser user, StringBuffer ticket, LoginOptions opts)
          Log another user in to Perforce by obtaining a session ticket for that user.
 String IServer.updateUser(IUser user, boolean force)
          Update a Perforce user on 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.