This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Developing a custom user registry in Liberty
You can develop a custom user registry class by implementing the com.ibm.websphere.security.UserRegistry interface provided in the Liberty server.
About this task
The UserRegistry interface is a Service Programming Interface (SPI) that enables support to virtually any type of account repository. For a general view of stand-alone custom registries, see Stand-alone custom registries.