isReportDeveloper() Method

In SecurityService, use the isReportDeveloper() method to check if the user has the DEVELOP_REPORT privilege.

Signature

public boolean isReportDeveloper(String userID, String password);

Parameters for isReportDeveloper() Method

Parameter Description

String userID

The user ID of the user.

String password

The password of the user.