Hi Folks,
I got a security question regarding EJB as follows:
===========
Environment
===========
Let's say I have a table with two records as follows:
1. record "A" (owned by user "A") and
2. record "B" (owned by user "B")
In addition,
1. database view is already setup for this table, so that user can only
access his/her own record(s).
2. entity bean is created for the table.
========
Question
========
1. if user "A" access record "A" via entity bean, does it mean the instance
of record "A" would be created in EJB container?
2. is it possible for user "B" to access instance of record "A" via
findByPrimaryKey? if yes, how can row level security be implemented?
Thanks in advance !!
P.S.
I'm new to EJB, please be patient!
Chris
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".