Changes for page org.clazzes.login.adapter.http
Last modified by Christoph Lechleitner on 2026-03-26 06.53:36
From version 14.1
edited by wolfgang_glas@iteg_at
on 2019-03-06 11.43:29
on 2019-03-06 11.43:29
Change comment:
There is no comment for this version
To version 15.3
edited by Christoph Lechleitner
on 2026-03-26 06.51:27
on 2026-03-26 06.51:27
Change comment:
Auto-saved during real-time collaboration
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. wolfgang_glas@iteg_at1 +XWiki.cl - Content
-
... ... @@ -1,6 +1,6 @@ 1 1 === {{id name="org.clazzes.login.adapter.http-HTTPLoginAdapter"/}}HTTP Login Adapter === 2 2 3 -The login-service-adapter {{code language="none"}}org.clazzes.login.adapter.http{{/code}} listens for providers of the ##[[DomainPasswordLoginService>>doc:LOGIN.DomainPasswordLoginService implementations and backends.WebHome]]## interface and exports them adapted as a ##[[HttpLoginService>>doc:GWTBASICS.GWT implementations of http-util HttpLoginService.HTTP login service.WebHome]]## (see [[https:~~/~~/svn.clazzes.org/svn/util/trunk/http-util/src/main/java/org/clazzes/util/http/sec/HttpLoginService.java>>url:https://svn.clazzes.org/svn/util/trunk/http-util/src/main/java/org/clazzes/util/http/sec/HttpLoginService.java||shape="rect"]]).3 +The login-service-adapter {{code language="none"}}org.clazzes.login.adapter.http{{/code}} listens for providers of the ##[[DomainPasswordLoginService>>doc:LOGIN.DomainPasswordLoginService implementations and backends.WebHome]]## interface and exports them adapted as a ##[[HttpLoginService>>doc:GWTBASICS.GWT implementations of http-util HttpLoginService.HTTP login service.WebHome]]## (see [[https:~~/~~/svn.clazzes.org/svn/util/trunk/http-util/src/main/java/org/clazzes/util/http/sec/HttpLoginService.java>>url:https://svn.clazzes.org/svn/util/trunk/http-util/src/main/java/org/clazzes/util/http/sec/HttpLoginService.java||shape="rect"]]). 4 4 5 5 It is provided as an OSGi bundle, which may be activated by 6 6 ... ... @@ -19,7 +19,8 @@ 19 19 ))) 20 20 21 21 URL of exported {{code language="none"}}DomainPasswordLoginService{{/code}}: {{code language="none"}}/http-login/<login.mechanism>/login{{/code}} 22 -<login.mechanism> beeing i.e. {{code language="none"}}jaas{{/code}} from [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.jaas.WebHome]], {{code language="none"}}ldap{{/code}} from [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.ldap.WebHome]], {{code language="none"}}http{{/code}} from [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.http.WebHome]]. 22 +{{code language="none"}}<login.mechanism>{{/code}} beeing i.e. {{code language="none"}}org.clazzes.login.jaas{{/code}} for [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.jaas.WebHome]], ##o{{code language="none"}}rg.clazzes.login.l{{/code}}dap## from [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.ldap.WebHome]], ##o{{code language="none"}}rg.clazzes.login.h{{/code}}ttp## from [[doc:LOGIN.DomainPasswordLoginService implementations and backends.org\.clazzes\.login\.http.WebHome]]. 23 +Older implementations may have not used the {{code language="none"}}org.clazzes.login.{{/code}} part, i.e. {{code language="none"}}jaas{{/code}} instead of {{code language="none"}}org.clazzes.login.jaas{{/code}} and so on. 23 23 24 24 Starting with version 1.2.0 of http-login-adapter, the timezone of the user logging in is determined via javascript and propagated to the server as the login time zone, when the configuration parameter {{code language="none"}}doTimeZoneDetection=true{{/code}} is set. The login timezone may be queried using HttpLoginServer.getTimeZone() or ThreadLocalManager.getLoginTimeZone() when using HttpCheckLoginInterceptor of http-aop-util-1.2.0 or later 25 25 ... ... @@ -58,7 +58,7 @@ 58 58 login with a french canadian locale. 59 59 ))) 60 60 61 -=== {{id name="org.clazzes.login.adapter.http-Testpad"/}}(% style="color: rgb(0,0,0);font-size:16.0px;line-height:1.5625;" %)Testpad(%%) ===62 +=== {{id name="org.clazzes.login.adapter.http-Testpad"/}}(% style="color:#000000; font-size:16.0px; line-height:1.5625" %)Testpad(%%) === 62 62 63 63 There is a small testpad application to play with this adapter. 64 64 ... ... @@ -89,46 +89,51 @@ 89 89 Description 90 90 ))) 91 91 |((( 92 -doTimeZoneDetection 93 +{{{doTimeZoneDetection}}} 93 93 )))|((( 94 94 Set to {{code language="none"}}true{{/code}} for multi-time-zone applications. Defaults to {{code language="none"}}false{{/code}}. 95 95 ))) 96 96 |((( 97 -failureTimeout 98 +(% class="p1" %) 99 +{{{ephemeralOtpSeconds}}} 98 98 )))|((( 101 +The lifetime of ephemeral tokens in seconds. 102 +))) 103 +|((( 104 +{{{failureTimeout}}} 105 +)))|((( 99 99 Delay penalty after bad login attempts, in {{code language="none"}}ms{{/code}}. Default to 500. 100 100 ))) 101 101 |((( 102 -secureCookie 109 +(% class="p1" %) 110 +{{{mailSender}}} 103 103 )))|((( 112 +Mail address of the sender of mails for two-factor authentication containing an ephemeral token. 113 +))) 114 +|((( 115 +{{{sameSitePolicy:}}} 116 +)))|Set to Lax to lig 117 +|((( 118 +{{{secureCookie}}} 119 +)))|((( 104 104 Wether to flag the session cookie as secure. Defaults to {{code language="none"}}false{{/code}}. 105 105 Set to {{code language="none"}}true{{/code}} for {{code language="none"}}https{{/code}}-only operations, which is highly recommended. 106 106 ))) 107 107 |((( 108 -sessionCookie 124 +{{{sessionCookie}}} 109 109 )))|((( 110 110 Name of session cookie. Defaults to {{code language="none"}}LOGIN_SESSION_ID{{/code}}. 111 111 ))) 112 112 |((( 113 -sessionTimeout 129 +{{{sessionTimeout}}} 114 114 )))|((( 115 115 Session timeout in minutes. Defaults to {{code language="none"}}180{{/code}} (=3 hours). 116 116 ))) 133 +| | 117 117 |((( 118 118 (% class="p1" %) 119 - (% class="s1" %)mailSender136 +{{{smsSender}}} 120 120 )))|((( 121 -Mail address of the sender of mails for two-factor authentication containing an ephemeral token. 122 -))) 123 -|((( 124 -(% class="p1" %) 125 -(% class="s1" %)smsSender 126 -)))|((( 127 127 SMS sender number of SMSes for two-factor authentication containing an ephemeral token. 128 128 ))) 129 -|((( 130 -(% class="p1" %) 131 -(% class="s1" %)ephemeralOtpSeconds 132 -)))|((( 133 -The lifetime of ephemeral tokens in seconds. 134 -))) 140 +| |
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 - 9425387611 +688650 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/LOGIN/pages/ 942538761/org.clazzes.login.adapter.http1 +https://clazzes.atlassian.net/wiki/spaces/LOGIN/pages/688650/org.clazzes.login.adapter.http