Package com.seeq.link.sdk.utilities
Class AuthConnectionHelper
java.lang.Object
com.seeq.link.sdk.utilities.AuthConnectionHelper
Auth connection utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroupsToSyncForDatasource
(String datasourceClass, String datasourceId, DatasourceConnectionServiceV2 connectionService) Retrieves the GroupsToSync information for a given datasource Only non archived datasources are considered.
-
Constructor Details
-
AuthConnectionHelper
public AuthConnectionHelper()
-
-
Method Details
-
getGroupsToSyncForDatasource
public static Set<String> getGroupsToSyncForDatasource(String datasourceClass, String datasourceId, DatasourceConnectionServiceV2 connectionService) Retrieves the GroupsToSync information for a given datasource Only non archived datasources are considered.- Parameters:
datasourceClass
- the datasource class of the datasourcedatasourceId
- the datasourceId of the datasourceconnectionService
- the connectionService to use to obtain the datasources from Seeq- Returns:
- set of groups to be synchronized
-