Platform: redhat7.3 on intel
Software: jetspeed1.4 release
JDK: j2sdk 1.4.2_01
Hi,
I'm sorry if this is a dumb question, but I am trying to figure out how
JLoginUser works; I have an external user database from which I want to
pull passwords, but keep the rest of the jetspeed authentication
database the same (long story :-(
so, I have copied and extended JLoginUser, and note that it calls
JetspeedSecurity.login
which is a wrapper round
JetspeedAuthentication.login
which is a wrapper round
getService().login
I am wondering which getService() it is calling? I have tried to follow
various classpaths and not struck gold - there are many places where
getService function is provided.
Another thing which puzzled me is that JetspeedAuthentication is
importing org.apache.turbine.services.TurbineServices, and yet it says
in the documentation
(http://jakarta.apache.org/jetspeed/site/security.html) that jetspeed is
entirely decoupled from the turbine security service. Quite possibly I'm
tired and being stupid, but there seems to be so many references to
turbine in the jetspeed code, that I can't see where this decoupling is!
thanks for any ideas at all.
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]