Package | Description |
---|---|
com.perforce.p4java.server.callback |
Provides interfaces and classes for defining and accessing Perforce server callbacks
for things like logging, command progress, single sign on (SSO) authentication, etc.
|
Modifier and Type | Method and Description |
---|---|
ISSOCallback.Status |
ISSOCallback.getSSOCredentials(StringBuffer credBuffer,
String ssoKey,
String userName)
Return the Single Sign On (SSO) credentials for a specific Perforce
server and Perforce user combination.
|
static ISSOCallback.Status |
ISSOCallback.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISSOCallback.Status[] |
ISSOCallback.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Perforce Software. All Rights Reserved.