Now, if you will run secured Application Module with Oracle Business Component Browser, you will get authentication dialog:
This dialog was raised in previous JDeveloper builds as well, however authentication never was passed, it works now.
You can download my sample application - ADFSecurity.zip. This sample is configured with ADF Security and contains 3 users (all with welcome1 password):
- john (role: clerk)
- susan (role: manager)
- steve (role: developer)
Two roles are authorized to update on entity level - manager and clerk:
Additionally, JobTitle attribute is secured for update action:
This action is authorized only to manager role:
If you will run Application Module with susan (role: manager) user:
All entity attributes will be available for udate:
With john (role: clerk) user:
All attributes except JobTitle can be updated. It happens, because only manager role is authorized to update JobTitle attribute:
If Application Module will be tested with steve (role: developer) user:
User will not be able to update any attribute, since this user is not authorized for update action:
0 comments:
Post a Comment