hi,
after installing jetspeed2.0 I found that jetspeed has created tables in
MySql database such as security_principal, security_user_role etc.. Now I
have queries::
1. security_user_role contains foreign keys constraints which are pointed to
security_principal ??
2. I see the  table security_user_role filled with roles and users but
security_role only has few roles. When I open new roles in which table they
are added?. Basically my plan is to connect the composite
key(user_id+role_id)  to security_principal, and security_role.Is this
possible?
3.I want to get  the value of principal_id  for the logged-in user. But
getUserPrincipal() gives me the username in string.How to get that?
-- 
View this message in context: 
http://www.nabble.com/jetspeed2.0-tables-tf3839488.html#a10870988
Sent from the Jetspeed - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to