|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthTicket | |
---|---|
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of AuthTicket in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return AuthTicket | |
---|---|
static AuthTicket |
AuthTicketsHelper.getTicket(java.lang.String serverAddress,
java.lang.String ticketsFilePath)
Get the first found ticket in the specified ticket file that matches the specified server address. |
static AuthTicket |
AuthTicketsHelper.getTicket(java.lang.String userName,
java.lang.String serverAddress,
java.lang.String ticketsFilePath)
Get the first found ticket in the specified ticket file that matches the specified user name and server address. |
static AuthTicket[] |
AuthTicketsHelper.getTickets(java.io.File ticketsFile)
Get all the tickets found in the specified file. |
static AuthTicket[] |
AuthTicketsHelper.getTickets(java.lang.String ticketsFilePath)
Get all the tickets found in the file at the specified file path. |
Methods in com.perforce.p4java.server with parameters of type AuthTicket | |
---|---|
static void |
AuthTicketsHelper.saveTicket(AuthTicket ticket,
java.io.File ticketsFile)
Save the specified ticket as an entry into the specified tickets file. |
static void |
AuthTicketsHelper.saveTicket(AuthTicket ticket,
java.lang.String ticketsFilePath)
Save the specified ticket as an entry into the specified tickets file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |