[jboss-user] [JBoss Portal] - Re: How can I get current portal user from javax.portlet.Por

yogessr do-not-reply at jboss.com
Wed May 7 01:32:03 EDT 2008


Hi,

You can use the below mentioned API to get the currently logged in user

renderRequest.getUserPrincipal().getName();

or

actionRequest.getUserPrincipal().getName();

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

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



More information about the jboss-user mailing list