isEnabled()
This method must be changed for the user-defined class "OaAuthMethodUserdefined". The class implements an authentication method. This method specifies whether the user-defined class is enabled.
Synopsis
public static bool isEnabled();
Return Value
The method returns FALSE by default. If the Userdefined class should be used, this method must return TRUE.
Description
This method specifies whether the user-defined class "OaAuthMethodUserdefined" is enabled. This method returns FALSE by default. Therefore, the user-defined class cannot be loaded from the user administration panel ud_main.pnl. If the user-defined class should be used, this method must return TRUE.