|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrustOptions | |
---|---|
com.perforce.p4java.impl.mapbased.rpc | |
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 TrustOptions in com.perforce.p4java.impl.mapbased.rpc |
---|
Methods in com.perforce.p4java.impl.mapbased.rpc with parameters of type TrustOptions | |
---|---|
String |
RpcServer.addTrust(String fingerprintValue,
TrustOptions opts)
|
String |
RpcServer.addTrust(TrustOptions opts)
|
List<Fingerprint> |
RpcServer.getTrusts(TrustOptions opts)
|
String |
RpcServer.removeTrust(TrustOptions opts)
|
Uses of TrustOptions in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type TrustOptions | |
---|---|
abstract String |
Server.addTrust(String fingerprintValue,
TrustOptions opts)
|
abstract String |
Server.addTrust(TrustOptions opts)
|
abstract List<Fingerprint> |
Server.getTrusts(TrustOptions opts)
|
abstract String |
Server.removeTrust(TrustOptions opts)
|
Uses of TrustOptions in com.perforce.p4java.option.server |
---|
Methods in com.perforce.p4java.option.server that return TrustOptions | |
---|---|
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 |
Uses of TrustOptions in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server with parameters of type TrustOptions | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |