Use these links to view registry examples.
A custom user registry is a customer-implemented user registry that implements the UserRegistry Java interface, as provided by WebSphere Application Server. A custom-implemented user registry can support virtually any type or form of an accounts repository from a relational database, flat file, and so on. The custom user registry provides considerable flexibility in adapting WebSphere Application Server security to various environments where some form of a user registry, other than Lightweight Directory Access Protocol (LDAP) or Local OS, already exist in the operational environment.
If you are using the WebSphere Application Server Version 4.x com.ibm.websphere.security.CustomRegistry interface, you must migrate to the com.ibm.websphere.security.UserRegistry interface. The com.ibm.websphere.security.CustomRegistry interface has been removed after it was deprecated in WebSphere Application Server Version 5.x.