JDBCLoginModule
The JDBCLoginModule uses a database to load the users, passwords and roles from, provided a data source (normal or XA). The data source and the queries for password and role retrieval are configurable, with the use of the following parameters.
Name | Description |
---|---|
datasource | The datasource as on OSGi ldap filter or as JDNI name |
query.password | The SQL query that retries the password of the user |
query.role | The SQL query that retries the roles of the user |