getHttpPermissions()
The method checks the HTTP permissions.
Synopsis
public void getHttpPermissions(bool &bAllowUnknownUsers, bool
&bCheckPassword, bool &bAllowDisabledUsers);
Parameter | Description |
---|---|
bAllowUnknownUsers | Return value that defines if unknown users are allowed. |
bCheckPassword | Return value that defines if password should be checked. |
bAllowDisabledUsers | Return value that defines if disabled users are allowed. |
Return Value
-
Description
The method checks the HTTP permissions. This method needs to be changed for the user-defined class "OaAuthMethodUserdefined" to work with ServerSideAuth (server-side authentication). See base class OaAuthMethod for an implementation example. You can find the class in the wincc_oa_path/scripts/libs/classes/auth directory.