Package com.seeq.link.sdk.interfaces
Interface AuthDatasourceConnection
public interface AuthDatasourceConnection
Implemented by connections that offers authentication services and optionally group synchronization services
-
Method Summary
Modifier and TypeMethodDescriptionauthRequest
(AuthParameters authParameters) Makes an authentication request to the external system and gives back to Seeq the authentication result
-
Method Details
-
authRequest
Makes an authentication request to the external system and gives back to Seeq the authentication result- Parameters:
authParameters
- the authentication parameters- Returns:
- the authentication result as given by the external authentication system
-