Frank Otto wrote:
Hi,

I have an servlet in my jetspeed2 app and I can get the jetspeed engine.

Engine engine = Jetspeed.getEngine();

Is it possible to get the UserManager from the engine?
  UserManager userManager = 
(UserManager)engine.getComponentManager().getComponent("UserManager");


In other words, how can I get the UserManager in my servlet, because I have access to jetspeed environment.


kind regards,

Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to