net.stepniak.api.auth.controller
Class UserController
java.lang.Object
net.stepniak.api.controller.ApiController
net.stepniak.api.auth.controller.BaseAuthController
net.stepniak.api.auth.controller.UserController
@Service
public class UserController
- extends BaseAuthController
| Fields inherited from class net.stepniak.api.controller.ApiController |
jsonMapper, request, uriInfo |
| Methods inherited from class net.stepniak.api.controller.ApiController |
fromJson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserController
@Autowired
public UserController(UserStore userStore)
createExternalByForm
public javax.ws.rs.core.Response createExternalByForm(String key,
String email,
String userName)
throws AuthException
- Throws:
AuthException
createExternalByJson
public javax.ws.rs.core.Response createExternalByJson(org.codehaus.jettison.json.JSONObject jsonObject)
throws AuthException
- Throws:
AuthException
createByQueryString
public javax.ws.rs.core.Response createByQueryString(String key,
String email,
String userName)
throws AuthException
- Throws:
AuthException
retrieve
public javax.ws.rs.core.Response retrieve(Long id,
String sessionId)
throws AuthException
- Throws:
AuthException
Copyright © 2013. All Rights Reserved.