Introduction
The ADF security framework provides authentication and authorization services for the ADF Fusion web application. To a certain degree, this security framework is supported in JDeveloper through a number of wizards and overview editors (available via the Application | Secure menu options) that allow interactive declarative configuration of certain parts of the application's security configuration. The security overview editors simplify the work needed to secure the application by authorizing ADF resources in a declarative manner. This resource authorization is achieved at the task flow, page definition and business components (entity objects and their attributes) levels. Authorization defined for task flows protects not only the task flow's entry point but all the pages included in the task flow as view activities.
Configuring the application's session timeout can be done through a number of options in the application's deployment descriptor file web.xml
.
Customization of error...