Interface DataProviderAuthorizer

    • Method Detail

      • authorize

        boolean authorize​(DataProviderConfigRoot dataProviderConfigRoot,
                          String username)
                   throws DataProviderException
        Prevents unauthorized access to data provider.
        Parameters:
        dataProviderConfigRoot - data provider configuration.
        Returns:
        authorization results.
        Throws:
        DataProviderException - if the authorization failed due to exception.