Wiki source code of HttpLoginService
Last modified by christoph_lechleitner@iteg_at on 2013-02-02 05.57:28
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = {{id name="HttpLoginService-Motivation"/}}Motivation = | ||
| 2 | |||
| 3 | The [[HttpLoginService>>url:http://svn.clazzes.org/svn/util/tags/http-util-1.1.0/src/main/java/org/clazzes/util/http/sec/HttpLoginService.java||rel="nofollow" shape="rect" class="external-link"]] is an API to provide web applications with a pluggable login service (authentication service). | ||
| 4 | |||
| 5 | = {{id name="HttpLoginService-Implementations"/}}Implementations = | ||
| 6 | |||
| 7 | (% style="list-style-type: square;" %) | ||
| 8 | * [[First generation implementation using GWT>>doc:GWTBASICS.GWT implementations of http-util HttpLoginService.WebHome]], rather oboslete now | ||
| 9 | * [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.adapter\.http.WebHome]] based on and part of [[doc:LOGIN.DomainPasswordLoginService implementations and backends.WebHome]] | ||
| 10 | |||
| 11 | = {{id name="HttpLoginService-NG:DomainPasswordLoginServer"/}}NG: DomainPasswordLoginServer = | ||
| 12 | |||
| 13 | During several real world projects we learnt that we often need more authentication functions than we put into HttpLoginSerivce. | ||
| 14 | |||
| 15 | Therefore we created [[doc:UTIL.DomainPasswordLoginService.WebHome]]. |