The SubscriptionsProvider JSPs are located in the /var/opt/SUNWportal/portals/<portal_id>/desktop/default/SubscriptionsProvider directory.
The JSPs available in the SubscriptionsProvider sub directory and their functionality are:
Displays the profiler content.
Displays the list of subscriptions per type of subscriptions (such as category subscriptions, discussions subscriptions, saved search subscriptions). For each, the list of user’s subscriptions labels and associated document hit link are displayed. The hit link, points the end user to display a detailed view of the information matching their subscription.
Used to manage (such as delete/update) existing subscriptions, or adding new subscriptions when the user clicks on subscribe to links from the search or discussion channel.
This JSP segments the subscriptions into three types: category subscriptions, discussions subscriptions, saved search subscriptions.
This JSP is triggered to handle the subscriptions changes made by the end user in the page presented by subsedit.jsp. The role of this JSP is to update the Sun Java System Access Manager subscriptions service attributes holding the subscription information.