Time for action – disabling security for ADF applications
Now let's disable ADF security by using the following steps:
Right-click on EmpDirectoryApplication and select the Secure option or select the Secure option from the Application menu.
Select Configure ADF Security from the submenu.
Select Remove ADF Security Configurations and click on the Next button.
Click on the Finish button to remove security from the application.
What just happened?
We just
removed security from EmpDirectoryApplication
. All the entries related to security in the web.xml
, jazn-data.xml
, and jps-config.xml
files will be removed. You can reapply security to the application by following the steps described earlier in this chapter.
Pop quiz
Q1. ADF security is configured by _______________.
writing code
using a configuration wizard
a declarative way
All of the above
None of the above
Q2. A single user can have different roles.
True
False
Q3. The _______________ file is important in defining the security roles for the user in ADF...