Currently the userBean has the following properties:
    String displayName;
    String abbreviatedName;
    String canonicalName;
    String effectiveUserName;
    int DBACL_CREATE_DOCS;
    int DBACL_DELETE_DOCS;
    int DBACL_CREATE_PRIV_AGENTS;
    int DBACL_CREATE_PRIV_FOLDERS_VIEWS;
    int DBACL_CREATE_SHARED_FOLDERS_VIEWS;
    int DBACL_CREATE_SCRIPT_AGENTS;
    int DBACL_READ_PUBLIC_DOCS;
    int DBACL_WRITE_PUBLIC_DOCS;
    int DBACL_REPLICATE_COPY_DOCS;
     
    I'd like to see an array of the ACL_ROLES that have been assigned to the user, something like:
    String[] acl_roles;