Table of Contents
![]() |
Many IT organizations look to achieve a competitive advantage for the enterprise by improving business productivity and reducing costs. Today's top enterprises are realizing this goal by deploying enterprise portals within their IT infrastructure. Enterprise portals simplify access to information by providing a single source of interaction with corporate information. Although today's packaged portal frameworks help enterprises launch portals more quickly, only JBoss Portal can deliver the benefits of a zero-cost open source license combined with a flexible and scalable underlying platform.
JBoss Portal provides an open source and standards-based environment for hosting and serving a portal's Web interface, publishing and managing its content, and customizing its experience. It is entirely standards-based and supports the JSR-168 portlet specification, which allows you to easily plug-in standards-compliant portlets to meet your specific portal needs. JBoss Portal is available through the business-friendly LGPL open source license and is supported by Red Hat Middleware, LLC Professional Support and Consulting . JBoss support services are available to assist you in designing, developing, deploying, and ultimately managing your portal environment. JBoss Portal is currently developed by Red Hat Middleware, LLC developers and community contributors.
The JBoss Portal framework and architecture includes the portal container and supports a wide range of features including standard portlets, single sign-on, clustering and internationalization. Portal themes and layouts are configurable. Fine-grained security administration down to portlet permissions rounds out the security model.
JBoss Portal Resources:
The JBoss Portal team encourages you to use this guide to install and configure JBoss Portal. If you encounter any configuration issues or simply want to take part in our community, we would love to hear from you in our forums.
The following list details features found in this document's related release. For a technical view of our features, view the Project Roadmap and Task List .
Technology and Architecture
Single Sign On
LDAP
Supported Standards
Portal and Portal Container
Themes and Layouts
User and Group Functionality
Permissions Management
Content Management System
This document is intended for those using JBoss Portal as End-Users. This is a "Where do I Click?" Guide.
For Portlet developers, Portal administrators, and those wishing to implement/extend the JBoss Portal framework, there is a Reference Guide available from our documentation page .
We would like to thank the developers that participate in the JBoss Portal project effort.
Specifically,
Contributions of any kind are always welcome, you can contribute by providing ideas, filling bug reports, producing some code, designing a theme, writing some documentation, etc... If you think your name is missing from this page, please let us know.
This section will introduce the reader to some basic portal concepts and terms, used within JBoss Portal and this document.
JBoss Portal supports multiple portal instances running within one container. A portal instance can be viewed as a 'bucket', containing portal objects such as, Portal Pages, Themes, Layouts, and Portlet Windows. It also manages the relationship between the user and the portal itself. The hierarchy of portal objects is depicted as follows:
![]() |
A portal instance is reachable by the url format http://[domain]/[context]/portal/[portal_name] . In a default/local install, the default portal instance can be reached at http://localhost:8080/portal/portal/default .
A Portal Page is an aggregator of Portlet Windows. It is generated by the portal, during the reponse phase. During this phase, the portal aggregates all of the HTML markup created the individual portlets, decorates them with window controls, and presents them to the user as a consolidated page.
A portal page is reachable by the url format http://[domain]/[context]/portal/[portal_name]/[page_name] . In a default/local install, the default page can be reached at http://localhost:8080/portal/portal/default/default . Likewise, the News Page in a default install can be reached at http://localhost:8080/portal/portal/default/News .
More, on navigating the portal pages and what they contain can be found in, Section 1.2, “Default Portal installation”
Portlet Windows are found on Portal Pages and contain the HTML markup for a specific portlet instance.
![]() |
The diagram above, shows the default JBoss Portal page with certain window-related items highlited (in red). Lets look at these items:
Window Title: Defines the content and purpose of the individual portlet window.
Window Fragment: Generated HTML markup produced by the portlet on the server-side.
Window Controls: Window controls are divided into two categories and control different aspects of how the user can impact the generated markup. Each window control can be clicked on to interact with the window in specific ways. Window State icons control how much room the window will take on the page and how much markup will be shown. Portlet Mode icons, on the other hand, control the mode in which the portlet operates, thus impacting the type of generated markup. Note that not all portlets support all defined window states and/or portlet modes.
Window State icons and their meaning:
(Normal)
- Normal window state, is the most common state for portlets (portlets in the
above image are in the normal window state). The portlet window will occupy only
enough space to show the portlet content on the page.
(Minimized)
- The portlet is instructed to render minimal-to-no markup.
Portlet Modes and their meaning: Portlet modes are not always available (it depends on the portlet support for a given mode). Moreover, the Edit mode is only available to logged-in users, as in this mode, the portlet preferences can be modified to be individually suited to a particular user's needs.
(Edit)
- Only visible to logged-in users. Allows a logged-in user to customize the
portlet's preferences.
(Return to View mode)
- The button labeled 'Cancel' is only visible when a user is logged in and the
portlet associated to the current window is in the Edit mode. This replaces the
Edit button so the user understands that by clicking it she will leave the
"Edit Mode" and reverting back to "View Mode". Portlets are by default in View
mode.
(Help)
- Allows a user to access helpful information about the portlet, if it provides
it (which is recommended).
This section will take a quick look at the default Portal installation and the pages and portlets that come with it.
Three pages are available in the default Portal: Home, News and Weather. You can access pages either by entering the page URL in your browser location bar, as shown in Section 1.1.2, “Pages”, or by clicking the tab associated to the page in the Navigation Tabs at the top of the page.
![]() |
![]() |
While you can use a Portal anonymously, it is much more interesting to do so while logged in, as you get the opportunity to customize the content you want to see or even create your own personal Dashboard, as explained in Section 1.3, “Personal Dashboard”.
Logging in to the portal is accomplished by clicking the Login link at the top-right of the portal page. Portal will present you with a logging screen where you can enter your credentials:
![]() |
The default Portal installation defines two users: a regular user with no special privileges (login: user, password: user) and an administrator user who can alter Portal's content (login: admin, password: admin).
Once logged in, the top-right menu will change so you can then navigate to your personal dashboard or log out. If you have access to other portal instances, they will be shown here as well.
![]() |
![]() |
Displays hard-coded links to downloading JBoss Portal, downloading portlets from PortletSwap, and the live online JBoss Portal demo. It also contains default authentication information on loging in, as well as a link to the official Portal documentation.
![]() |
Once successfully logged in, the user will have additional functionality at his disposal, that is covered in the following sections.
![]() |
The Identity User Portlet allows a user to:
Create a new account
Create a new account by clicking on the "Register" link in the navigation of the portlet, when not logged. A User can then fill in the necessary information to create an account on the system:
![]() |
Lost password
Already registered users can request a new password by clicking on the "Lost password" link in the navigation of the portlet. Therfore the user needs to fill in his user name to receive an e-mail with his new login credentials.
![]() |
View profile
The default page after login is the view profile, which shows a summary of the most important properties of a user.
Edit personal information
A user has the ability to edit his personal information, change his password and e-mail address at any time by clicking on the "Edit profile" link, when logged in.
![]() |
Portal includes a basic Content Management System (CMS). Portal provides a CMS portlet which allows users to navigate the CMS content (static html, images, binary files, etc.).
Displaying content is done by the portal using a path mapper. For example, if we wanted to display a zip file, located in /default/foo/bar.zip, we would type in the URL http://localhost:8080/content/default/foo/bar.zip. Notice how the path to the content, is prefixed with the '/content' term. Although in this example we are describing binary content retrieval, the same is to be said for text/html files. Keep in mind, however, that binary files are displayed outside of the portal pages, but text/html are displayed inside the CMSPortlet Window.
Serving Logic: The CMS Portlet now serves content based on the user's locale setting. For example: if a user's locale is set to Spanish in his browser, and he requests URL: default/index.html , the CMSPortlet will first try and retrieve the Spanish version of that file. If a Spanish version is not found, it will then try and retrieve the default language version set for the CMSPortlet (set to English, by default).
![]() |
The News Page contains 2 portlets displaying news from common internet feeds. An open internet connection on the server-side is therefore required for them to operate. ;-)
![]() |
The News Portlet retrieves an RSS news feed from a URL and displays it as HTML to the user.
Additionally, a logged-in user is able to modify her preference in RSS feed source by using the
Portlet's Edit Mode (click
). Once the form is submitted, this property will be saved
in the user's preference, so she will always see the same news source, when logged in.
![]() |
This page contains a portlet displaying the weather forecast for a specific location.
![]() |
The Weather Portlet retrieves an RSS weather feed, based on a key (commonly a US Postal Code), and displays it as HTML to the user.
Additionally, a logged-in user is able to modify her preference in location by using the
Portlet's Edit Mode (click
). Any valid US Postal Code can be input here. Once the form is submitted, this property will be saved
in the user's preference, so she will always see the same weather data for her location, when logged in.
![]() |
Not in the United States? Follow these steps to configure the Weather portlet to display information for your area.
Enter your city name in the location field, found on the page:
![]() |
Find your location on the list under the form and click on it (Marseille, France, in this case):
![]() |
Copy the location digits from the address bar in your browser (FRXX0059 in this case):
![]() |
Paste these numbers in to the weather portlet edit form (FRXX0059 in this case):
![]() |
Hit submit...
![]() |
Once logged in, all users/administrations of the portal can access a personal dashboard by clicking the Dashboard link at the top-right of the portal page. Note how the links changed.
![]() |
The personal dashboard allows users to customize their portal pages however they like, and all changes will be persisted... so the next time the user logs in to his dashboard, he will see the previous changes he made. While navigating any of the dashboard pages, a user will be able to drag and drop portlet windows to any location, if the administrator allows this functionality. Changes made in this fashion will also be persisted.
It is also possible to copy the content of a shared page to your dashboard so you can customize it to your liking. Just click the 'Copy to my dashboard' link at the top right of the page. This will clone the page and add it to your personal dashboard as a page with the same name.
![]() |
You can configure your dashboard by using the top-right menu item labeled 'Configure dashboard':
![]() |
You can select a theme and layout for your dashboard by selecting from the available ones and then clicking on select in the Theme and Layout form.
You can also create new pages that will be added to your dashboard by simply entering the name of the new page in the Create New Page form at the top left of the screen.
Upon creating a new page, the screen will refresh and allow a user to customize the new page.
You may delete dashboard pages at any time, by first selecting the page you want to delete using the popup menu at the top of the screen and then clicking the Delete this page button at the bottom of the screen. We will note that users are not able to delete the default dashboard page.
![]() |
You can add, remove and reorder portlets on a dashboard page to adapt your environment to your liking. To do so, just select the page you want to modify using the page popup selector and use the portlet management form. We will not explain how to use it here as it is similar to the page layout functionality of the Admin portal, which we will look at in Section 2.2.1.3, “Looking at a page configuration”
![]() |
![]() |
The Admin Portal's purpose is to allow an administrator to manage all aspects of the portal. Follow the links for in-depth reviews of these functions:
The concept of dynamicity refers to the fact all portal objects can be dynamically modified at runtime, eliminating the need to struggle with large xml files, or restarting the application server for changes to take effect. In the scope of dynamicity, Portal objects are defined and can be altered as follows:
The management portlet provides a two-part interface: tabs, at the top, corresponding to the different sections that can be managed; and the main area under it, displaying the current information for the selected tab.
![]() |
The tabs are:
We will look at each of these tabs and their functionality in the following sections.
![]() |
The Portal Objects brings the administrator to a page showing the list of the available portal instances defined for this Portal server. Several points are of particular interest. First, a navigation indicator or "breadcrumbs" is located right beneath the tabs. This provides context as to where in the hierarchy of portal objects the current screen is located as some of the screens can be found at several levels of the hierarchy. If you are lost, take a look at the breadcrumbs for context! When you first click on the Portal Objects tab, the context is the list of portals as shown in the picture above.
A link to access server-wide portal properties is located right beneath the breadcrumbs. This allows the administrator to set server-wide property and configure how errors should be handled:
![]() |
Please refer to the Error handling chapter of the Reference Guide for more information on this point.
A form allowing administrator to create new portal instances is located beneath the Properties link. Enter the name of the new portal (which, of course, should be different from any of the already existing one) and click on Create portal and the portal instances list will be refreshed to display the newly created portal instance.
The last element at this level is a table listing all the available portal instances along with possible actions on them. Clicking on the portal name will display a screen showing the information for this given portal instance, thus drilling down the hierarchy of available portal objects. Clicking on an action name will execute the specified action on the associated portal instance. These actions are available on each individual portal screen as we shall see. The notable exception is the Make Default/Default action which is only available in this listing as it is more of an action across portals than specific to a portal thus benefiting from being seen at this level. This action allows users to specify which portal instance is displayed when Portal is first being accessed. Clicking on Make Default will specify that the associated portal will be displayed to users by default. The portal list will be refreshed and the selected portal status will be refreshed, its action now showing its Default status.
In the next sections we will demonstrate the functionality of the management portlet by drilling progressively further down this hierarchy to look at the default portal, one of its pages, show how to configure content on a page and, finally, look at a specific window information.
If you click on the default portal in the list of available portal instances on the top-level Portal Objects page, you'll be taken to a page showing the information for the portal instance named "default", as shown below:
![]() |
Note the breadcrumbs at the top of the screen indicating where in the hierachy you currently are. In this case, we are looking at the default portal.
Links to more information and operations that affect this portal instance are located beneath the breadcrumbs. We will look at them in turn later, excluding the Destroy operation, which as its name implies, allows an administrator to destroy the current portal instance. Note that these links mirror the links that were available in the portal instances list on the top level page, Make Default/Default excepted.
It is possible to create new pages using the page creation form located under the portal-wide operation links. Enter the new page name and click on Create page and the new page will appear in the pages list, ready to be configured.
Finally, a table displaying the list of available pages for this portal instance is located at the bottom of this screen. The first column shows the page name, which you can click to drill down the hierachy and display the information specific to that particular page. The second column, on the other hand, provides a list of action links on the associated page. These links will be also appearing on individual page screens, as we shall see, just like portal action links appearing in the portal instances list also appeared on individual portal pages. Once again, the Make Default/Default action, which behaves as its portal counterpart, only appears in this list: this is where you specify which page should be the default one when users first access the portal instance.
Let's now look at the default portal's Security information screen. This can be accessed by clicking the Security action link on the portal page. Here, an administrator can configure the default policy for security on objects for this portal instance:
![]() |
Please refer to the Security chapter of the Reference Guide for more information about how to secure portal objects.
The Properties action link displays the currently configured properties for this portal instance and allows you to modify them, as well as configure the error handling strategy:
![]() |
The Theme action link displays a screen where the administrator can configure theme, layout and render set for this portal instance:
![]() |
Please refer to the Layouts and Themes chapter of the Reference Guide for more information about themes and layouts.
The Display Name action link displays a screen where the administrator can configure different names for different languages:
![]() |
The different names will be used as page display names for the preferred locale of the logged-in user. This is used by the default tab navigation of the default layouts.
Now that we have looked at portal level information, let's drill down the hierachy again and look at a page, more precisely the default page, by clicking its name in the pages list.
![]() |
The layout of this screen should start feeling familiar. The information for a page looks a lot like the information for a portal instance. Note the breadcrumbs indicating that you are indeed looking at a page. Again, we find the action links at the top of the page, mirroring the ones that were available for each page in the pages list of the portal instance screen. Once again, you can configure the page's security, theme and properties. You can also destroy it if so desired.
Similarly to other screens in the portal objects hierarchy, a page configuration screen also provides a list of all windows for that page. This list contains two columns: the first one contains the name of the window, while the second one provides a list of action links for that specific window. As usual, clicking on a window name will display information about that window.
Just like a portal instance can contain several pages, a page can contain several subpages. As such a page defines means to create subpages and set which subpage to display when a user is first directed to the page. These operations work similarly to the same operations at the portal instance level.
You can also rename the page if desired:
![]() |
Of specific interest, though, is the Page Layout link. This is where you need to go to configure which portlet instance will be displayed in which window on which region on the page. Let's take a look at this screen and how it works:
![]() |
This screen is structured in two parts, flowing from left to right, following the natural process involved in displaying content on a page. First, you need to identify which content you want to display: this is what the Content Definition section is for. Then, you need to figure out where on the page should this content be displayed, hence the Page Layout section.
Let's add a window named test displaying the content of the portlet instance named NewsPortletInstance to the center region, beneath the already existing CMSWindow. First, we need to enter our new window name in the Window name field and select the portlet content type from the drop down menu:
![]() |
Once this is done, we can select the portlet instance by clicking its name in the instances list:
![]() |
Note that this displays some information about the portlet instance. Finally, we can add our window to the center region of the page by clicking on Add button located left to the windows list for the region:
![]() |
Note that we could move the window up or down in the region by selecting it in the list and using the button to the right of the list, or even destroy it if desired.
We can repeat this process to add content of different types. Let's add a window using a Google widget game. First, give a name to your window (we'll use "google" here) and select widget/google from the content type drop-down menu:
![]() |
Note how the instances list is replaced by a list of Google widgets. The widget we want to use is located in the Fun & Games category, so select it from the category drop-down menu:
![]() |
Press Search Gadgets and the widget list will be refreshed. The widget we want is Bejeweled:
![]() |
You can now add the new window to the desired region.
Let's repeat this process again, this time with content from CMS. Enter a new window name (we'll use "cms" here) and select cms from the content type drop-down menu:
![]() |
Once again, the instances list was replaced by a directory listing showing the available content roots. Click on default and select project.html:
![]() |
You can now add the window to the desired region.
We've added three new windows to the default page using different content types. We added a window displaying the content of a portlet (displaying the content of an RSS feed in this case). Another one displaying a Google widget and yet another one some CMS-issued content. We decided to remove the existing CMSWindow, add the cms window below the test one in the center region, while the window showing the Google widget was added to the left region, below the existing content:
![]() |
If all went well, logging out of the Admin portal, you should see:
![]() |
You can read more about Content Integration in the Reference Guide. More details on how to setup content roots in CMS are available in Section 3.1, “Introduction”.
Window operations are similar to the same operations at other level of the hierachy of portal objects. The only information displayed when a window name is clicked in the windows list of a portal page information screen is information about the content, similar to the one that is displayed in the page layout screen. Thus, for the google window that we created in the previous section:
![]() |
Note, once again, the breadcrumbs... :)
The Portlet Instances tab brings the administrator to the list of instances created in the running portal. On this page, the user can either modify the security constraints for the portlet (to grant access only to certain roles), destroy an instance or override the portlet definition preferences for a specific instance if there is any overridable preference.
![]() |
The Portlet Definitions tab brings the administrator to the list of portlet definitions, formatted as a table displaying name, description, whether the portlet is remote (i.e. accessed via WSRP from a remote producer) or if it is remotable (i.e. if it is exposed to WSRP consumers by Portal's producer).
Portlet definitions can be made available by different providers. You can select the provider you want to browse by selecting it in the drop-down menu and clicking View portlets. By default, two providers are available:
More providers can be added to this list. In particular, any active, properly configured WSRP consumer will also appear in the drop-down menu. Please refer to the Consuming remote WSRP portlets in JBoss Portal chapter of the Reference Guide for more information on this topic.
![]() |
Clicking on a portlet name in the list will display the portlet definition title, description, supported languages and keywords.
![]() |
The Preferences action (when available) is used to edit preferences at the portlet definition level as explained in the JSR-168 specification.
The Dashboards tab allows the administrator to configure parameters for all user dashboards. It also allows her to configure the error pages and theme properties as for the other portal objects.
The wizard mode is a fast and easy way to create a new window on a page backed by a portlet instance. The user just needs to define which portlet definition to use, where should the instance be located (portal / page / location on the page) and the wizard will automatically create a new instance of the portlet, create a window for it and add that window to the specified region on the page defined by the user.
![]() |
The CMSAdmin Portlet allows control over the content management system.
Viewing the CMSAdmin Portlet is accomplished by logging in as an admin (admin/admin) and navigating to the admin portal and then the CMS Page tab.
You should then be presented with a page that is similar to this:
![]() |
This section describes common actions an administrator can perform from within the AdminCMS Portlet. All actions are available using the flyout menu. Note that the Pending Items action is only available if the workflow mechanism has been activated.
![]() |
![]() |
A user can list directory contents by either clicking on the folder name or selecting "view" from the Action dropdown and clicking "go".
![]() |
Clicking on the "Name" of a file brings up the File Properties page.
![]() |
The File Properties window displays all the possible actions available to perform on a file.
Version and Locale Information are also contained on this screen. Note that any version
labeled with the
is the current "live" version shown to users.
Clicking on the "Copy" action, displays the copy file/directory dialog window.
![]() |
The copy resource window allows a user to copy files to any folder on the system, as
well as copy whole directory trees to any directory on the system. A user can select which
destination directory to copy the resource to, by using the directory browser. Clicking the
icon expands the directory tree. Clicking on the name of the directory within
the tree, sets it as the destination directory for the copied resource.
Clicking on the "Move" action, displays the move file/directory dialog window.
![]() |
The move resource window allows a user to move files to any folder on the system, as
well as move whole directory trees to any directory on the system. A user can select which
destination directory to move the resource to, by using the directory browser. Clicking the
icon expands the directory tree. Clicking on the name of the directory within
the tree, sets it as the destination directory for the moved resource.
Clicking on the "Delete" action, displays the delete file/directory confirmation window.
![]() |
The delete resource confirmation window allows a user to delete a file, or a directory on the system. Note that deleting a directory, will delete the entire tree, so all directories under the deleted one, will also be deleted.
Clicking on the "Create Folder" action, displays the create directory dialog window.
![]() |
The create directory resource window allows a user to create a directory under chosen path. On this window, a user can specify a name for the new empty directory and assign it a description.
Clicking on the "Create File" action, displays the create file dialog window with the embedded WYSIWYG editor and directory browser.
![]() |
The create file window allows a user to create a text or HTML file using the embedded
WYSIWYG HTML editor. The editor is a fully-functional HTML editor with a myriad of HTML
functions. It also includes a preview
button and a source view
button.
An in-depth walk-through of the editor is beyond the scope of this document. However,
the editor does contain help pages within it, that can be accessed by clicking the
icon.
Additionally, a user can set a title for the file that will be used in the portlet title bar, and a language for the file, used in serving localized content.
Clicking on the "Upload File" action, displays the upload file dialog window.
![]() |
The upload file window allows a user to upload files to any directory on the system. The
upload process will work on files up to 1GB and of all types. A user can select which
destination directory to upload the resource to, by using the directory browser. Clicking
the
icon expands the directory tree. Clicking on the name of the directory within
the tree, sets it as the destination directory for the uploaded resource. Additionally, a
user can set a title for the file that will be used in the portlet title bar, and a language
for the file, used in serving localized content.
Clicking on the "Upload Archive" action, displays the upload archive dialog window.
![]() |
The upload archive window allows a user to upload archives to any directory on the
system. The system will then explode the archive, create versions, and place all the files
in the repository. A user can select which destination directory to upload the resource to,
by using the directory browser. Clicking the
icon expands the directory tree. Clicking on the name of the directory within
the tree, sets it as the destination directory for the uploaded resource. Additionally, a
user can set a language for the archive files, used in serving localized content.
Clicking on the "Export Folder" action, displays the export archive dialog window.
![]() |
The export folder window allows a user to export entire directory structures as zip files. The system
will aggregate all contents of a specific directory, and present to the user to download it.
A user can select which source directory to export the resources from,
by using the directory browser. Clicking the
icon expands the directory tree. Clicking on the name of the directory within
the tree, sets it as the source directory for the export resource. Additionally, a
user can set a language for the files to be exported.
![]() |
Clicking on the "text/html"link, displays the edit file dialog window with the embedded WYSIWYG editor and directory browser.
![]() |
The edit file window allows a user to edit a text or HTML file using the embedded
WYSIWYG HTML editor. The editor is a fully-functional HTML editor with a myriad of HTML
functions. It also includes a preview
button and a source view
button.
A user may specify at this point if he would like to make the new edit "live", or available in production. Additionally, a user can set a title for the file that will be used as the portlet window title.
Administrators are able to apply permissions settings to any folder or file in the CMS. These permissions on a specific node, can be applied on a per-Role and/or per-User basis.
The security dialogue is accessed by navigating to the node you want to secure and selecting Secure .
![]() |
You should then be presented with a screen that allows you to assign read, write, and manage priviledges on the selected node for selected Roles or specific Users.
![]() |
There are three main security settings for every node in the CMS.
Adminsitrating and assigning permissions on a selected node is as simple as selecting which Roles and/or Users you want to allow to have a specific permission.
When the Publish/Approval Workflow service is activated on the CMS, any requests for publishing new content or making updates to existing content requires an Approval process before going "Live". You can specify a list of Portal Roles that can act as Approvers who can authorize/deny the publishing of content in the CMS.
When a content is created in the CMS, the screen should show an Pending Queue of Approvals for that particular content as shown below in the screen. The content waiting in this queue is not accessible for "Live" usage.
![]() |
The user's who are designated as Approvers can view the CMS pending queue by clicking the Pending Items link in the flyout menu. The Pending Queue screen is as follows:
![]() |
This chapter covers the administrator functions made available by the User management portlet. For end-user operation, see: Section 1.2.3.2, “Identity User Portlet”. Administrative functions are available once you are logged in with the proper credentials (admin/admin), then going to the Section 1.4, “Admin Portal” and then the Members Page tab. You can change between user and role management by clicking on the corresponding links in the top of the portlet.
This section covers the user management of the IdentityUserManagementPortlet which is displayed by default. For role management please see Section 4.2, “Managing Roles”.
![]() |
The Members page in the Section 1.4, “Admin Portal”.
The first page of the user management portlet displays some user related actions (eg. Search users, Create new user account) and some additional information (e.g. Registered users and Subscription mode). The registered users represent the count of all registered users and the subscription mode describes the required tasks for registering a user (i.e. first e-mail validation and then approval by the administrator). The Subscription mode symbolizes the mode used in the User portlet. The Admin subscription mode represents the mode used in the User management portlet.
![]() |
The User management portlet.
For searching users click on the link Search users and then type a partial username in the form text field, to search for usernames matching that criteria.
![]() |
The search users page.
Clicking on the Edit user link on the search page will allow you to edit a user's profile data, and even reset his password.
![]() |
Editing a users profile.
Clicking on the Roles link in the search page allows you to modify the roles a specific user belongs to.
![]() |
Assign roles to a user.
Clicking on the Create User Account link on the main UserPortlet view, allows administrators to instantly create new users.
![]() |
Creating a user in the User management portlet.
Click on the Show pending registrations link to show all registrations with validated e-mail addresses. You can approve or reject each user by clicking on the corresponding action or click on select all to approve or reject all selected users.
![]() |
Approve or reject pending registrations.
The User management portlet is also responsible to create and edit roles and it is accessible once logged in - as described in previously - when clicking on the role management link in the User management portlet.
A role will be used to grant different permission levels to different portlets, pages, or portal instances. A user can have several roles.
![]() |
Role management.
The User management portlet also provides several actions related to role management, which are described in the following sections.
Creating new roles, is accomplished by first clicking on the Create new role link in the portlet.
![]() |
Create a new role.
To create a new role, you need to define a short name that will be used for reference, and a display name for displaying to the user, for example admin would be a good name for the display name Administrators , changing the display name will not affect the security rules.
Editing roles, is accomplished by clicking on Edit role in the row of the role you want to edit.
![]() |
Edit an existing role.
While editing a role, you just need to pick an existing role then change the display name.
Editing role members, is accomplished by first clicking the Members link at the role management page for the role you would like to modify.
![]() |
Show the members of an existing role.
Allows for an administrator to search and modify the members' assigned roles.