Example of Trusted mode customization.

Requirements:

Customer uses only Standard login mode but they want to use their own login page. 
This page uses different names for login parameters as wel as different login button URL

Customization Files:

The customization consists of two files:
The StdConfig.xml file define custom properties for several beans located in the base StdConfig.xml file.
The LoginPage.jsp file contains custom login page. (In real-life customization there most likely will be
additional resources such as css files, JavaScript files and so on).

Deploying customization:

After deploying web application:
1. Copy the StdConfig.xml file to WEB-INF\classes\auth\custom folder
2. Copy the LoginPage.jsp file to custom\ui folder