Last modified by christoph_lechleitner@iteg_at on 2013-02-02 05.47:41

From version 10.1
edited by christoph_lechleitner@iteg_at
on 2013-02-02 05.21:47
Change comment: There is no comment for this version
To version 6.1
edited by christoph_lechleitner@iteg_at
on 2012-11-08 11.26:21
Change comment: remove experimental hint after successful impl and tests

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  {{code language="none"}}org.clazzes.login.http{{/code}} is a the HTTP based implementation of [[DomainPasswordLoginService>>confluencePage:page:LOGIN.(HTTP)Login Service NG: DomainPasswordLoginService]].
4 4  
5 -While the old [[HTTP authentication request>>confluencePage:page:UTIL.HTTP authentication requests towardshttp-util's HttpLoginService]] is satisfying for user/password checks, new optional features like group membership queries require new handshakes for the HTTP backend API.
5 +While the old [[HTTP authentication request>>confluencePage:page:LOGIN.HTTP authentication requests]] is satisfying for user/password checks, new optional features like group membership queries require new handshakes for the HTTP backend API.
6 6  
7 7  This document speficies the next-gen HTTP authentication API.
8 8  
... ... @@ -129,7 +129,7 @@
129 129  (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)Successful:
130 130  
131 131  {{code language="none"}}
132 -{ "user" : "jdoe", "prettyName" : "John Doe", "eMailAddress" : "jdoe@foo.bar" }
132 +{ "user" : "jdoe", "prettyName" : "John Doe" }
133 133  {{/code}}
134 134  
135 135  Not found or problem: See documentation of "searchUser".
... ... @@ -269,7 +269,7 @@
269 269  
270 270  {{code language="none"}}
271 271  [
272 - { "user" : "leonard", "prettyName" : "Leonard Hofstaetter", "eMailAddress" : "lh@tbbt.foo.bar" } ,
272 + { "user" : "leonard", "prettyName" : "Leonard Hofstaetter" } ,
273 273   { "user" : "penny" } ,
274 274   { "user" : "sheldon" }
275 275  ]
... ... @@ -313,7 +313,7 @@
313 313  Successful, with response code 200:
314 314  
315 315  {{code language="none"}}
316 -{ "user" : "jdoe", "prettyName" : "John Doe", "eMailAddress" : "jdoe@foo.bar" }
316 +{ "user" : "jdoe", "prettyName" : "John Doe" }
317 317  {{/code}}
318 318  
319 319  Not found, with response code 404:
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -688954
1 +688882
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/LOGIN/pages/688954/HTTP authentication API NG
1 +https://clazzes.atlassian.net/wiki/spaces/LOGIN/pages/688882/HTTP authentication API NG