org.clazzes.login.sql
Introduction
The sql-login-service
is provided as an OSGi bundle, which may be activated by
obr:addurl http://maven.clazzes.org/repository.xml
obr:deploy sql-login-service
The maven artifact is:
<groupId>org.clazzes.login</groupId>
<artifactId>sql-login-service</artifactId>
Functionality
The SQL login service authenticates against users in a SQL database, using configurable SQL queries.
There are no plans to support authentication domains, because typical standalone login systems do not care for domains.
Configuration
With version 1.2 we introducted a new feature (support for multiple authentication domains covered by distinct databases) and switched to JDBC-Provider as DataSource pool.
Therefor the configuration depends on the version of sql-login-service
used: