setOaAuthUI()

The method saves an OaAuthUI object in the controller instance. This must be the same instance that is used by the initialize event of the login panel wincc_oa_path/panels/vision/login.pnl. This provides full functionality of the class based authentication process. For an example see chapter Extended login framework (customized panels).

Synopsis

public void setOaAuthUI(shared_ptr<OaAuthUI> ui);

Parameters

  1. Parameter Meaning
    ui The parameter shared_ptr is used to guarantee that the same instance as in the login panel is used.

Return Value

-

Assignment

Login Framework classes

See also

setLanguage(), setState(), setLoginFrameworkChildView(), setOpenMonitorConfiguration()