Mercurial > dive4elements > http-client
comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 34:875a5c409560 2.8
Implemented a createUser method for HttpClient.
With the new method its possible to create new users via the HttpClient.
http-client/trunk@4993 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 13 Jul 2012 13:31:34 +0000 |
parents | c4431f39926a |
children | 874c25363dc9 |
comparison
equal
deleted
inserted
replaced
33:0d5ec0f2e6b5 | 34:875a5c409560 |
---|---|
104 Document listUsers() | 104 Document listUsers() |
105 throws ConnectionException; | 105 throws ConnectionException; |
106 | 106 |
107 Document listUserCollections(String userid) | 107 Document listUserCollections(String userid) |
108 throws ConnectionException; | 108 throws ConnectionException; |
109 | |
110 Document createUser(Document doc) | |
111 throws ConnectionException; | |
109 } | 112 } |
110 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: | 113 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: |