Hi Harold,

You can probably get what you are looking for from the class

info.magnolia.cms.security.Security

Its method getUserManager() returns an instance of a class that implements the 
UserManager interface.  MgnlUserManager implements that interface and is 
meant to be replaceable.  So try this method and see if it provides you a 
user manager.  BTW, what do you need a user manager instance for?

Cheers,
Chris



Am Donnerstag, 28. September 2006 11:53 schrieb Harold CAPITAINE:
> Hi all,
>
> I'd like to know why there is a comment attached to the MgnlUserManager
> constructor that says:"Don't instanciate it"
> Does it means that to get a MgnlUserManager, I've to use another method
> like ClassX.getUserManager or something like that.
>
> Thanks in advance,
>
> CAPITAINE Harold
>
> ----------------------------------------------------------------
> for list details see
> http://www.magnolia.info/en/magnolia/developer.html
> ----------------------------------------------------------------

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to