aspose file tools
The moose likes Portals and Portlets and the fly likes construct a resource id for weblogic portal Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "construct a resource id for weblogic portal" Watch "construct a resource id for weblogic portal" New topic
Author

construct a resource id for weblogic portal

Tim McGuire
Ranch Hand

Joined: Apr 30, 2003
Posts: 819

I need help using the <auth:isAccessAllowed> tag in weblogic portal
the tag takes a resourceId of the resource being protected with the tag. The documentation does not clearly explain how to get this resource ID. Anyone ever do this?

here is the documentation:

Using this tag involves the following process:
1. Identify the taxonomy of the resource to be entitled. For example, if you are entitling a link on a JSP,
the taxonomy would be: desktop > book > page > portlet > JSP > link.
2. In the WebLogic Administration Portal, create and define a visitor role that will be able to access the
resource you are entitling.
3. Add the <auth:isAccessAllowed> tag to your JSP, wrapped around the resource you want to entitle,
and set the appropriate tag attributes.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: construct a resource id for weblogic portal
 
Similar Threads
Tag lib
"struts_action" param inside renderURL tag for liferay's MVCPortlet
Basic authentication using custom Login Module in WAS 6.1
Automated Testing For Portal Application
Pagination using display tag and JSTL.Display problem