Method Summary |
|
public static synchronized RoleManager | getInstance() The method that retrieves the reference to the role manager singleton. |
public synchronized Role | getRole(String role) Retrieve the role with the matching name. |
public synchronized Set | getRoles() Retrieve the list of roles. |
public void | startBackgroundThread() This method is called to start the role managers background thread. |
public void | terminateBackgroundThread() This method is called to terminate the background threads processing. |