public class UserController extends AbstractSakaiController
credential, gson| Constructor and Description |
|---|
UserController(SakaiCredential credential) |
| Modifier and Type | Method and Description |
|---|---|
com.github.deinok.threading.Task<User> |
current() |
com.github.deinok.threading.Task<Object> |
delete() |
com.github.deinok.threading.Task<Boolean> |
exists(String eId) |
com.github.deinok.threading.Task<User[]> |
get() |
com.github.deinok.threading.Task<User> |
get(String eId) |
com.github.deinok.threading.Task<Object> |
post() |
com.github.deinok.threading.Task<Object> |
put() |
com.github.deinok.threading.Task<Boolean> |
validatePassword(String username,
String password) |
getBody, getBody, getCode, getCode, getInputStream, getInputStream, getJson, getJson, jsonPost, jsonPost, jsonPost, jsonPost, postBody, postBody, postBody, postBody, postCode, postCode, postCode, postCodepublic UserController(@NotNull
SakaiCredential credential)
@NotNull public com.github.deinok.threading.Task<User[]> get() throws IOException
IOException@NotNull public com.github.deinok.threading.Task<User> get(@NotNull String eId) throws IOException
IOException@NotNull public com.github.deinok.threading.Task<Object> post()
@NotNull public com.github.deinok.threading.Task<Object> put()
@NotNull public com.github.deinok.threading.Task<Object> delete()
public com.github.deinok.threading.Task<Boolean> validatePassword(@NotNull String username, @NotNull String password)
@NotNull public com.github.deinok.threading.Task<User> current() throws IOException
IOExceptionCopyright © 2017. All rights reserved.