IDataDiscoveryModuleService Interface |
Namespace: Dundas.BI.DataDiscovery
The IDataDiscoveryModuleService type exposes the following members.
Name | Description | |
---|---|---|
CreateUserSessionForCaller |
Creates a session in the Data Discovery module for the current user.
| |
GetUserAccessToken |
Get a trusted access token for the specified username.
| |
GetUserAccessTokenForCaller |
Get a trusted access token for the current user.
| |
IsReservedUsername |
Gets a value indicating whether the specified username is a reserved name in the Data Discovery module.
| |
LogoutDataDiscoverySession |
Logs out the specified session in the Data Discovery module.
| |
TryGetSessionFromDataDiscoverySession |
Attempt to find a session based on a valid session from the Data Discovery module, or create it if it doesn't exist.
| |
TryGetSessionFromDataDiscoveryToken |
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.
|