ODataServiceProvider Class

Scanjour Workflow4 Reference Manual
Provides access to an OData service.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.BaseODataServiceProvider

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static class ODataServiceProvider

The ODataServiceProvider type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAuthenticator
Authenticator object for high-level authentication interaction.
Public propertyStatic memberCredentials Obsolete.
The credentials used by the OData service.
Public propertyStatic memberIsUsingOAuth
Attribute that determines if provider is configured for OAuth.
Top
Methods

  NameDescription
Public methodStatic memberGetODataContext(Uri, SecurityContext)
Creates an ODataService from an URI and with the options of impersonating the authentication as current user (default) or system.
Public methodStatic memberGetODataContext(Uri, ICredentials) Obsolete.
Gets and OData service.
Public methodStatic memberGetSystemToken
Get token of a process system user.
Public methodStatic memberGetToken
Get token for a specific user.
Public methodStatic memberSetup
Performs setup of provider using Authenticator object.
Top
See Also

Reference