Provides access to an OData service.
Inheritance Hierarchy
Scanjour.Workflow4.BaseODataServiceProvider
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The ODataServiceProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
Authenticator |
Authenticator object for high-level authentication interaction.
| |
Credentials | Obsolete.
The credentials used by the OData service.
| |
IsUsingOAuth |
Attribute that determines if provider is configured for OAuth.
|
Methods
Name | Description | |
---|---|---|
GetODataContext(Uri, SecurityContext) |
Creates an ODataService from an URI and with the options of impersonating the authentication as current user (default) or system.
| |
GetODataContext(Uri, ICredentials) | Obsolete.
Gets and OData service.
| |
GetSystemToken |
Get token of a process system user.
| |
GetToken |
Get token for a specific user.
| |
Setup |
Performs setup of provider using Authenticator object.
|
See Also