authenticate()

The authenticate method implements the logic for the authentication mechanism used by the child panel "login_Standard.pnl" of the login.pnl. See the wincc_oa_path/scripts/libs/classes/loginFramework/LoginFrameworkLoginStd.ctl for an example.

Synopsis

public bool authenticate();

Return Value

Bool. Return value for the interface and the classes with no implementation. If the authenticate() method is not implemented in the LoginFrameworkChildView class, the method returns FALSE.

Assignment

Login Framework classes

See also

doContinue(), setLanguage() and openHelp()