IDataDiscoveryModuleService Interface

Service for interoperating with the Data Discovery module.

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IDataDiscoveryModuleService

The IDataDiscoveryModuleService type exposes the following members.

Methods
  NameDescription
Public methodCreateUserSessionForCaller
Creates a session in the Data Discovery module for the current user.
Public methodGetUserAccessToken
Get a trusted access token for the specified username.
Public methodGetUserAccessTokenForCaller
Get a trusted access token for the current user.
Public methodIsReservedUsername
Gets a value indicating whether the specified username is a reserved name in the Data Discovery module.
Public methodLogoutDataDiscoverySession
Logs out the specified session in the Data Discovery module.
Public methodTryGetSessionFromDataDiscoverySession
Attempt to find a session based on a valid session from the Data Discovery module, or create it if it doesn't exist.
Public methodTryGetSessionFromDataDiscoveryToken
Attempt to find a session based on a valid trusted access token from the Data Discovery module, or create it if it doesn't exist.
Top
See Also