Method Summary |
|
public void | addAdmin(String username) Adds an administrator (by username). |
public String | getAdminList() Convenience method for obtaining the admin users
(by username) as a simple comma seperated list. |
public boolean | isAdmin(String username) Tests if a given user (by username) has
administrative rights. |
public boolean | isEnabled() Tests if the administration part is enabled. |
public String[] | listAdmins() Returns the list of users (by username) with
administrative rights. |
public void | removeAdmin(String username) Removes an administrator (by username). |
public void | setAdminList(String list) Convenience method for setting the admin users
(by username) as a simple comma seperated list. |
public void | setEnabled(boolean b) Sets the flag that controls if the adminstration part
is enabled. |