| Author |
getCallerPrincipal in Managed Bean
|
Pasquale Imbemba
Greenhorn
Joined: Feb 08, 2012
Posts: 5
|
|
Hi,
in EJB I can use getCallerPrincipal() from javax.ejb.SessionContext; I wonder how to get this information when I just use JSF, i.e. from within a Managed Bean only?
I appreciate any help.
Thanks,
~pi4630
|
 |
Pasquale Imbemba
Greenhorn
Joined: Feb 08, 2012
Posts: 5
|
|
This will do the trick:
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
I usually put this kind of code in a special "JSFUtils" class in order to keep the bulk of the code framework-independent. But yes, that's the function you need.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: getCallerPrincipal in Managed Bean
|
|
|