isOnlineAnalyzer() Method
In SecurityService, use the isOnlineAnalyzer() method to check if the user has the ONLINE_ANALYZER privilege.
Signature
public boolean isOnlineAnalyzer(String userID, String password);
Parameters for isOnlineAnalyzer() Method
Parameter | Description |
---|---|
String userID |
The user ID of the user. |
String password |
The password of the user. |