Wiki source code of org.clazzes.login.sql (work in progress)
Version 1.1 by christoph_lechleitner@iteg_at on 2013-01-18 02.49:21
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | The jaas-login-service is provided as an OSGi bundle, which may be activated by |
| 2 | |||
| 3 | (% class="code" %) | ||
| 4 | ((( | ||
| 5 | obr:addurl http:~/~/maven.clazzes.org/repository.xml | ||
| 6 | obr:deploy sql-login-service | ||
| 7 | ))) | ||
| 8 | |||
| 9 | The maven artifact is: | ||
| 10 | |||
| 11 | (% class="code" %) | ||
| 12 | ((( | ||
| 13 | <groupId>org.clazzes.login</groupId> | ||
| 14 | <artifactId>sql-login-service</artifactId> | ||
| 15 | ))) | ||
| 16 | |||
| 17 | === {{id name="org.clazzes.login.sql-Functionality"/}}Functionality === | ||
| 18 | |||
| 19 | The SQL login service authenticates against users in a SQL database. | ||
| 20 | |||
| 21 | === {{id name="org.clazzes.login.sql-Configuration"/}}Configuration === | ||
| 22 | |||
| 23 | The SQL login service may be configured using the OSGi configuration PID {{code language="none"}}org.clazzes.login.sql{{/code}} using these configuration values: | ||
| 24 | |||
| 25 | (% class="wiki-content" %) | ||
| 26 | ((( | ||
| 27 | |=((( | ||
| 28 | (% class="tablesorter-header-inner" %) | ||
| 29 | ((( | ||
| 30 | Key | ||
| 31 | ))) | ||
| 32 | )))|=((( | ||
| 33 | (% class="tablesorter-header-inner" %) | ||
| 34 | ((( | ||
| 35 | Default Value | ||
| 36 | ))) | ||
| 37 | )))|=((( | ||
| 38 | (% class="tablesorter-header-inner" %) | ||
| 39 | ((( | ||
| 40 | Description | ||
| 41 | ))) | ||
| 42 | ))) | ||
| 43 | |((( | ||
| 44 | {{code language="none"}} | ||
| 45 | defaultDomain | ||
| 46 | {{/code}} | ||
| 47 | )))|((( | ||
| 48 | (% style="font-family: monospace;" %)- | ||
| 49 | )))|((( | ||
| 50 | The login domain to use for principals, which do not contain a domain. | ||
| 51 | May be left null for domain-less databases | ||
| 52 | ))) | ||
| 53 | ))) |