Provides methods used by the API internals to obtain credentials for each SOAP operation about to be performed. Applications provide an implementation of this interface when the credentials or locale are determined in a manner that does not fit the process-scoped or thread-scoped model represented by the ClientContext.SetProcessCredentials or SetThreadCredentials methods.

Namespace:  FileNet.Api.Util
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IClientContextProvider
C#
public interface IClientContextProvider
Visual C++
public interface class IClientContextProvider
JavaScript
FileNet.Api.Util.IClientContextProvider = function();
FileNet.Api.Util.IClientContextProvider.createInterface('FileNet.Api.Util.IClientContextProvider');

ToggleSee Also