comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 37:874c25363dc9 2.9

Added new method findUser to HttpClient With the new method it is possible to get a document by an account name. http-client/trunk@5259 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 24 Aug 2012 13:59:12 +0000
parents 875a5c409560
children
comparison
equal deleted inserted replaced
36:60f50a2f0168 37:874c25363dc9
107 Document listUserCollections(String userid) 107 Document listUserCollections(String userid)
108 throws ConnectionException; 108 throws ConnectionException;
109 109
110 Document createUser(Document doc) 110 Document createUser(Document doc)
111 throws ConnectionException; 111 throws ConnectionException;
112
113 Document findUser(Document doc)
114 throws ConnectionException;
112 } 115 }
113 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 116 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org