Wiki source code of DomainPasswordLoginService implementations and backends
Version 15.1 by christoph_lechleitner@iteg_at on 2013-07-22 09.55:39
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 | |
| |
14.1 | 9 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.ldap.WebHome]], supporting LDAP backends like ADS |
| 10 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.jaas.WebHome]], using container provided JAAS authentication | ||
| |
15.1 | 11 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.sql.WebHome]], using any legacy SQL database, i.e. one managed by [[SDS (SQL Directory Service)>>doc:LOGIN.SDS (SQL Directory Service).WebHome]] |
| |
14.1 | 12 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.http.WebHome]], supporting a HTTP based API and therefore allowing for custom adapters to any backend there is |
| |
15.1 | 13 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.broker.WebHome]], providing access to all other login services available in the OSGi container, selecting the mechanism by the request's authentication domain |
| |
1.1 | 14 | |
| |
10.1 | 15 | 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 | 16 | |
| |
3.1 | 17 | ===== {{id name="DomainPasswordLoginServiceimplementationsandbackends-MavenandSubversionrepository"/}}Maven and Subversion repository ===== |
| |
1.1 | 18 | |
| |
3.1 | 19 | 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 | 20 | |
| |
3.1 | 21 | ==== {{id name="DomainPasswordLoginServiceimplementationsandbackends-Ideasforfutureimplementations"/}}Ideas for future implementations ==== |
| |
1.1 | 22 | |
| |
3.1 | 23 | * 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 | 24 | |
| |
3.1 | 25 | == {{id name="DomainPasswordLoginServiceimplementationsandbackends-OSGiwrapperHttpLoginServiceAdapterandTestpad"/}}OSGi wrapper HttpLoginServiceAdapter and Testpad == |
| |
1.1 | 26 | |
| |
11.1 | 27 | 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 | 28 | |
| |
11.1 | 29 | == {{id name="DomainPasswordLoginServiceimplementationsandbackends-DomainPasswordLoginServicebackendSDS"/}}DomainPasswordLoginService backend SDS == |
| |
2.1 | 30 | |
| |
11.1 | 31 | We are currently in the process of implementing a backend. |
| |
2.1 | 32 | |
| |
11.1 | 33 | 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). |