Wiki source code of DomainPasswordLoginService implementations and backends
Version 11.1 by christoph_lechleitner@iteg_at on 2013-02-02 05.47:40
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
11.1 | 1 | (% style="font-size: 10.0pt;line-height: 13.0pt;" %)This page describes The Java interface is org.clazzes.util.sec.DomainPasswordLoginService from (%%)[[https:~~/~~/svn.clazzes.org/svn/util/trunk/clazzes-util/src/main/java/org/clazzes/util/sec/DomainPasswordLoginService.java>>url:https://svn.clazzes.org/svn/util/trunk/clazzes-util/src/main/java/org/clazzes/util/sec/DomainPasswordLoginService.java||style="font-size: 10.0pt;line-height: 13.0pt;" shape="rect"]] |
| |
1.1 | 2 | |
| |
11.1 | 3 | == {{id name="DomainPasswordLoginServiceimplementationsandbackends-DomainPasswordLoginServiceImplementations"/}}DomainPasswordLoginService Implementations == |
| |
1.1 | 4 | |
| |
3.1 | 5 | ==== {{id name="DomainPasswordLoginServiceimplementationsandbackends-Currentimplementations"/}}Current implementations ==== |
| |
1.1 | 6 | |
| |
3.1 | 7 | The following implementations are available: |
| |
1.1 | 8 | |
| |
7.1 | 9 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.http.WebHome]] |
| |
8.1 | 10 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.jaas.WebHome]] |
| |
9.1 | 11 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.ldap.WebHome]] |
| |
11.1 | 12 | * [[org.clazzes.login.sql>>confluencePage:page:LOGIN.org.clazzes.login.sql (work in progress)]] |
| |
1.1 | 13 | |
| |
10.1 | 14 | For testing them there is a testpad webapp using [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.adapter\.http.WebHome]], see there. |
| |
1.1 | 15 | |
| |
3.1 | 16 | ===== {{id name="DomainPasswordLoginServiceimplementationsandbackends-MavenandSubversionrepository"/}}Maven and Subversion repository ===== |
| |
1.1 | 17 | |
| |
3.1 | 18 | All implementations have the new maven {{code language="none"}}groupId{{/code}}, {{code language="none"}}org.clazzes.login{{/code}}, and a new svn repository: [[https:~~/~~/svn.clazzes.org/svn/login>>url:https://svn.clazzes.org/svn/login/||shape="rect"]]. |
| |
1.1 | 19 | |
| |
3.1 | 20 | ==== {{id name="DomainPasswordLoginServiceimplementationsandbackends-Ideasforfutureimplementations"/}}Ideas for future implementations ==== |
| |
1.1 | 21 | |
| |
3.1 | 22 | * If not out of scope: {{code language="none"}}org.clazzes.login.openid{{/code}} (like provided by Wordpress, Google, Facebook, ...) or Mozilla's upcoming counterpart. |
| |
1.1 | 23 | |
| |
3.1 | 24 | == {{id name="DomainPasswordLoginServiceimplementationsandbackends-OSGiwrapperHttpLoginServiceAdapterandTestpad"/}}OSGi wrapper HttpLoginServiceAdapter and Testpad == |
| |
1.1 | 25 | |
| |
11.1 | 26 | The OSGi side for the new login serivce approach consists of one small bundle, [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.adapter\.http.WebHome]], that listens for providers of the {{code language="none"}}DomainPasswordLoginService{{/code}} interface and exports them adapted as [[HttpLoginService>>url:http://svn.clazzes.org/svn/util/tags/http-util-1.1.0/src/main/java/org/clazzes/util/http/sec/HttpLoginService.java||shape="rect"]]. |
| |
1.1 | 27 | |
| |
11.1 | 28 | == {{id name="DomainPasswordLoginServiceimplementationsandbackends-DomainPasswordLoginServicebackendSDS"/}}DomainPasswordLoginService backend SDS == |
| |
2.1 | 29 | |
| |
11.1 | 30 | We are currently in the process of implementing a backend. |
| |
2.1 | 31 | |
| |
11.1 | 32 | For now see [[http:~~/~~/svn.clazzes.org/svn/sds/trunk/>>url:http://svn.clazzes.org/svn/sds/trunk/||shape="rect"]] (SVN) and [[SDS>>url:https://jira.clazzes.org/browse/SDS||shape="rect"]] (JIRA). |