Implementation Guide for Oracle Self-Service E-Billing > Using and Customizing Email Notifications >
Configuring the Secure Bill-Ready Notification Password
The bill-ready email notification is sent to users with a PDF attachment that is preconfigured with an open password. Oracle Self-Service E-Billing provides an interface you can customize to require a password to open the notification. To configure a password to open the PDF in a bill-ready notification
- Edit the security.xma.xml file, located in the
EDX_HOME \xma\config\modules\security directory. Create a custom class specifying the password requirement for customers open the PDF file attached to bill-ready notifications.
- Under the notificationPasswordProvider bean ID in the security.xma.xml file, replace the default class, com.edocs.common.security.core.NotificationPasswordProvider, with the name of your custom class.
- Implement the interface, replacing the default implementation class in the INotificationPasswordProvider.
|