Class AddAuthorizationProcess

All Implemented Interfaces:
IServerPushCallback, ProcessCall

public class AddAuthorizationProcess extends AddAuthorizationProcess implements IServerPushCallback
IDEMPIERE-3101, process to add OAuth2 authorization
Author:
Carlos Ruiz - globalqss
  • Constructor Details

    • AddAuthorizationProcess

      public AddAuthorizationProcess()
  • Method Details

    • postProcess

      protected void postProcess(boolean success)
      Post process to register the server push callback
      Overrides:
      postProcess in class SvrProcess
      Parameters:
      success - true if the process was success
    • updateUI

      public void updateUI()
      Open the authorization form when updating the UI on server push callback
      Specified by:
      updateUI in interface IServerPushCallback