Interface AuthDatasourceConnection


public interface AuthDatasourceConnection
Implemented by connections that offers authentication services and optionally group synchronization services
  • Method Summary

    Modifier and Type
    Method
    Description
    authRequest(AuthParameters authParameters)
    Makes an authentication request to the external system and gives back to Seeq the authentication result
  • Method Details

    • authRequest

      AuthResult authRequest(AuthParameters authParameters)
      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