Wednesday 9 February 2011

Oracle APEX Tutorial - Access Controls - Part 2

Oracle APEX Tutorial - Access Controls - Part 2

Walkthough of adding an Access Control system to an APEX application. This part shows how to actually place the access restrictions in place, and tests the application.



Introduction

Security. We hear about it everywhere. Make this more secure, make this less secure (okay, maybe we don’t hear that second part as often). In the computer industry this is also true, and a constant need for any system or application. APEX allows for basic security by user login, but there is more you might need to do. For this, we have Acess Control.

This tutorial will walk you though adding a custom authentication control setup to an application. If you haven’t already, we reccomend you review our article OracleAPEX Tutorial Preparation and OEHR Sample Data Install to familiarize yourself with APEX.
This tutorial also uses a second downloaded file, which the link is below.

Part 2 – Setting access restrictions and testing.

Location of ACL_EMPLOYEE.zip file
http://www.oracle.com/
Simply download the .zip file and extract it, keeping note of where you put the extracted file.

High Level Steps

1) Restrict access for View Users (0:30)
2) Restrict access for Edit Users (1:16)
3) Restrict access for Administrative Users (3:15)
4) Test Restrictions (4:15)
Times in parenthesis are approximate start times for that step

Notes and Resources

Authentication Options

APEX offers you three primary ways you can authenticate your users. The built in APEX option, no authentication, and by database account. All of our tutorials so far have used the APEX built in option. Within this option you can build more layers of controls, as we are in this example, or leave it as is. When this boils down to is wether or not you want to have to create APEX level accounts or program level accounts for each user. Inthis example, we are creating program level accounts based off the acl_employees data. Using this method, we don’t have to create additional APEX system accounts, and you can better contain access to the program and to the APEX system. The actual needs may vary and you should consult your IT deparment to ensure you are complying with any in-house security standards you may have in place.

Application Modes

We have the option of four modes in which the application can run in. You can choose to run a given application in one of ‘Full Access to all’ , ‘Restricted Access’, ‘Public Acess’, or ‘Administrative Access Only’. We are using the second of these, as it allows us to define view, edit and administrative levels of access and assign users to one of those groups. The mode you need can vary by application and the needs and policies of your group. Each level of access except for Full Access still allows some restriction, based on the level you chose.

Access Inclusion

When you set a specific access level as we are in this example, it means that is the minimum level needed to use that item. Any access above that is included in the permissions. IE If you go to a page that is set for view, if you have view, edit or admin rights you can use it, but if you try and go to a edit restricted apge, anyone with view rights is locked out, and only edit or higher (admin) will be able to proceed.

Source - http://www.mandsconsulting.com/

0 comments:

Post a Comment

Apex Monkeys © 2008. Design by :Yanku Templates Sponsored by: Tutorial87 Commentcute Software blogs Computers Blogs