isUserExists() Method

In SecurityService, use the isUserExists() method to test if a user name exists in the Publisher security model.

Signature

boolean isUserExists(String userName, String adminUser, String adminPassword);

Parameters for isUserExists() Method

Parameter Description

String userName

The user name to test.

String adminUser

The user name for a user with administration privileges.

String adminPassword

The password for the administration user name.