Interface AuthorizationProvider

    • Method Detail

      • getId

        String getId()
        returns the id of the authorization provider
        Returns:
      • getAuthorizations

        Future<Void> getAuthorizations​(User user)
        Updates the user with the set of authorizations.
        Parameters:
        user - user to lookup and update.
        Returns:
        Future void to signal end of asynchronous call.
      • rxGetAuthorizations

        Completable rxGetAuthorizations​(User user)
        Updates the user with the set of authorizations.
        Parameters:
        user - user to lookup and update.
        Returns:
        Future void to signal end of asynchronous call.