Version 15.1 by christoph_lechleitner@iteg_at on 2013-07-22 09.55:39

Hide last authors
christoph_lechleitner@iteg_at 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"]]
christoph_lechleitner@iteg_at 1.1 2
christoph_lechleitner@iteg_at 11.1 3 == {{id name="DomainPasswordLoginServiceimplementationsandbackends-DomainPasswordLoginServiceImplementations"/}}DomainPasswordLoginService Implementations ==
christoph_lechleitner@iteg_at 1.1 4
christoph_lechleitner@iteg_at 3.1 5 ==== {{id name="DomainPasswordLoginServiceimplementationsandbackends-Currentimplementations"/}}Current implementations ====
christoph_lechleitner@iteg_at 1.1 6
christoph_lechleitner@iteg_at 3.1 7 The following implementations are available:
christoph_lechleitner@iteg_at 1.1 8
christoph_lechleitner@iteg_at 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
christoph_lechleitner@iteg_at 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]]
christoph_lechleitner@iteg_at 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
christoph_lechleitner@iteg_at 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
christoph_lechleitner@iteg_at 1.1 14
christoph_lechleitner@iteg_at 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.
christoph_lechleitner@iteg_at 1.1 16
christoph_lechleitner@iteg_at 3.1 17 ===== {{id name="DomainPasswordLoginServiceimplementationsandbackends-MavenandSubversionrepository"/}}Maven and Subversion repository =====
christoph_lechleitner@iteg_at 1.1 18
christoph_lechleitner@iteg_at 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"]].
christoph_lechleitner@iteg_at 1.1 20
christoph_lechleitner@iteg_at 3.1 21 ==== {{id name="DomainPasswordLoginServiceimplementationsandbackends-Ideasforfutureimplementations"/}}Ideas for future implementations ====
christoph_lechleitner@iteg_at 1.1 22
christoph_lechleitner@iteg_at 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.
christoph_lechleitner@iteg_at 1.1 24
christoph_lechleitner@iteg_at 3.1 25 == {{id name="DomainPasswordLoginServiceimplementationsandbackends-OSGiwrapperHttpLoginServiceAdapterandTestpad"/}}OSGi wrapper HttpLoginServiceAdapter and Testpad ==
christoph_lechleitner@iteg_at 1.1 26
christoph_lechleitner@iteg_at 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"]].
christoph_lechleitner@iteg_at 1.1 28
christoph_lechleitner@iteg_at 11.1 29 == {{id name="DomainPasswordLoginServiceimplementationsandbackends-DomainPasswordLoginServicebackendSDS"/}}DomainPasswordLoginService backend SDS ==
wolfgang_glas@iteg_at 2.1 30
christoph_lechleitner@iteg_at 11.1 31 We are currently in the process of implementing a backend.
wolfgang_glas@iteg_at 2.1 32
christoph_lechleitner@iteg_at 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).