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

  1. Edit the statement.xma.xml file, located in the following directory:
    • UNIX. EDX_HOME/xma/config/modules/statement
    • Windows. EDX_HOME\xma\config\modules\statement
  2. Create a custom class specifying the password requirement for customers opening the PDF file attached to bill-ready notifications.
  3. Under the notificationPasswordProvider bean ID in the statement.xma.xml file, replace the default class, com.edocs.common.statement.provider.NotificationPasswordProvider, with the name of your custom class.
  4. Implement the interface, replacing the default implementation class in the INotificationPasswordProvider bean.
Implementation Guide for Oracle Self-Service E-Billing Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.