Skip to content

Instantly share code, notes, and snippets.

@wgthom
Created March 6, 2010 15:58
Show Gist options
  • Save wgthom/323766 to your computer and use it in GitHub Desktop.
Save wgthom/323766 to your computer and use it in GitHub Desktop.
// request is an implicit Portlet object available in view.jsp
long userid = PortalUtil.getUserId(request);
String username = PortalUtil.getUserName(userid,null,"user.login.id");
String password = PortalUtil.getUserPassword(request);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment