[jboss-user] [JBoss Portal] - Re: how can i get current PortalNode

k3nnymusic do-not-reply at jboss.com
Thu Jul 26 11:29:35 EDT 2007


one more mistake, replace 2 to PortalObjectPermission.VIEW_MASK
is this code correct?

  | PortalNodeURL secURL = resp.createRenderURL(page);
  |                     PortalObjectPermission perm = new PortalObjectPermission(secURL.toString(),PortalObjectPermission.VIEW_MASK);
  |                     if (portalAuthorizationManagerFactory.getManager().checkPermission(perm))
  | 
  |                     

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067865#4067865

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067865



More information about the jboss-user mailing list