Uses of Class
com.perforce.p4java.server.callback.ISSOCallback.Status

Packages that use ISSOCallback.Status
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. 
 

Uses of ISSOCallback.Status in com.perforce.p4java.server.callback
 

Methods in com.perforce.p4java.server.callback that return ISSOCallback.Status
 ISSOCallback.Status ISSOCallback.getSSOCredentials(java.lang.StringBuffer credBuffer, java.lang.String ssoKey, java.lang.String userName)
          Return the Single Sign On (SSO) credentials for a specific Perforce server and Perforce user combination.
static ISSOCallback.Status ISSOCallback.Status.valueOf(java.lang.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 (c) 2008-2010 Perforce Software. All rights reserved.