.. java:import:: java.io IOException .. java:import:: java.security NoSuchAlgorithmException .. java:import:: java.sql SQLException .. java:import:: org.caosdb.server CaosDBException .. java:import:: org.caosdb.server CaosDBServer .. java:import:: org.caosdb.server ServerProperties .. java:import:: org.caosdb.server.accessControl ACMPermissions .. java:import:: org.caosdb.server.accessControl UserSources .. java:import:: org.caosdb.server.accessControl UserStatus .. java:import:: org.caosdb.server.database.backend.implementation MySQL.ConnectionException .. java:import:: org.caosdb.server.entity Message .. java:import:: org.caosdb.server.transaction DeleteUserTransaction .. java:import:: org.caosdb.server.transaction InsertUserTransaction .. java:import:: org.caosdb.server.transaction RetrieveUserTransaction .. java:import:: org.caosdb.server.transaction UpdateUserTransaction .. java:import:: org.caosdb.server.utils ServerMessages .. java:import:: org.jdom2 Document .. java:import:: org.jdom2 Element .. java:import:: org.jdom2 JDOMException .. java:import:: org.restlet.data Form .. java:import:: org.restlet.data Status .. java:import:: org.restlet.representation Representation UserResource ============ .. java:package:: org.caosdb.server.resource :noindex: .. java:type:: public class UserResource extends AbstractCaosDBServerResource This class handles requests for Users. :author: Timm Fitschen Methods ------- httpDeleteInChildClass ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpDeleteInChildClass() throws ConnectionException, SQLException, CaosDBException, IOException, NoSuchAlgorithmException, Exception :outertype: UserResource httpGetInChildClass ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpGetInChildClass() throws ConnectionException, IOException, SQLException, CaosDBException, NoSuchAlgorithmException, Exception :outertype: UserResource httpPostInChildClass ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpPostInChildClass(Representation entity) throws ConnectionException, JDOMException, Exception, xmlNotWellFormedException :outertype: UserResource httpPutInChildClass ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpPutInChildClass(Representation entity) throws ConnectionException, JDOMException, Exception, xmlNotWellFormedException :outertype: UserResource