+

Search Tips   |   Advanced Search

URL path segment for virtual portals


WebSphere Portal provides the concept of virtual portals that allows us to manage several separate portals within one portal installation. We can associate each of these virtual portals with a user realm and thereby limit the scope of users or groups that can access it to one realm of the underlying user repository.

To address this case, the portal remote REST service for PUMA allows us to specify a particular virtual portal for each operation. This operation is then limited to the user realm on that virtual portal. This applies to both of the following:

The virtual portal information is represented by two additional path elements /vp/virtul_portal_url_mapping that follow the URL path element /um or, respectively, the /um/secure path element. When no particular virtual portal is specified, the implementation uses the default virtual portal.

For example, if the portal installation defines a virtual portal with the URL mapping sales for the user realm SalesPersons, the URL /wps/um/secure/vp/sales/users/profiles returns the references to all user profiles in the SalesPersons user realm.


Parent: How the portal implements the remote PUMA REST service
Related:
Identifiers used in the Portal Implementation
Access Control Checks
Use ATOM/APP as input and output format
Switch for tunneling of HTTP methods
HTTP caching
Context root and authentication mechanism
Lookup facility in the portal