Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.rpc | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server |
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
|
Modifier and Type | Method and Description |
---|---|
String |
RpcServer.addTrust(String fingerprintValue,
TrustOptions options) |
String |
RpcServer.addTrust(TrustOptions opts) |
List<Fingerprint> |
RpcServer.getTrusts(TrustOptions opts) |
String |
RpcServer.removeTrust(TrustOptions opts) |
Modifier and Type | Method and Description |
---|---|
TrustOptions |
TrustOptions.setAutoAccept(boolean autoAccept)
Sets true/false to automatically accept yes/no prompting.
|
TrustOptions |
TrustOptions.setAutoRefuse(boolean autoRefuse)
Sets true/false to automatically refuse yes/no prompting.
|
TrustOptions |
TrustOptions.setForce(boolean force)
Sets true/false to forcibly install fingerprint.
|
TrustOptions |
TrustOptions.setReplacement(boolean replacement)
Sets true/false that a replacement fingerprint is to be affected
|
Modifier and Type | Method and Description |
---|---|
String |
IOptionsServer.addTrust(String fingerprintValue,
TrustOptions opts)
Approve and add the specified fingerprint or replacement for the Perforce
SSL connection.
|
String |
IOptionsServer.addTrust(TrustOptions opts)
Approve and add the fingerprint for the Perforce SSL connection.
|
List<Fingerprint> |
IOptionsServer.getTrusts(TrustOptions opts)
List all fingerprints or replacements in the trust file.
|
String |
IOptionsServer.removeTrust(TrustOptions opts)
Remove the fingerprint or replacement for the Perforce SSL connection.
|
Copyright © 2017 Perforce Software. All Rights Reserved.