If you are a Guest, you aren't an authenticated user. Users who aren't authenticated don't have UserProfiles. The way to do this for all users, including Guests, is to call WikiSession.getUserPrincipal().getName().

On Oct 5, 2008, at 5:58 AM, [EMAIL PROTECTED] wrote:

Hi,

although I am still not able to login via JSPWiki using JBoss, I am trying to get the username of the currently logged in user by using a Plugin.

So I tried:
WikiSession session =context.getWikiSession();
String name = context .getEngine().getUserManager().getUserProfile(session).getLoginName();

But I also get "null", although I am logged in as a Guest.

Any ideas?

Regards
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

  • Get Username illusions2003
    • Re: Get Username Andrew Jaquith

Reply via email to