The RDBMS security realm is a custom realm that stores Users, Groups and ACLs in a relational database. It uses configuration information to obtain database connection information. Using the connection information it connects to the database and loads Users, Groups, Permissions, and ACLs. Since the methods for loading and saving the Realm modify the values, the Realm is maintained in a 'stored state' rather than saved. Configuring the RDBMS Security realm involves setting fields that define the JDBC driver used to connect to the database. Additionally, it defines the schema used to store Users, Groups, and ACLs in the database.
Directory |
Description |
DbDriver |
The full class name of the JDBC driver. This class name must be in the CLASSPATH of FioranoMQ Server. |
URL |
The URL for the database used with the RDBMS realm, as specified in the JDBC driver documentation. |
UserName |
The username of the database user. |
Password |
The password for the username. |