|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface UserAdminAsyncApi
Provides asynchronous access to Users Administration actions.
UserAdminApi| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends User> |
create(String name,
String password)
Creates a new user |
com.google.common.util.concurrent.ListenableFuture<? extends User> |
create(String name,
String password,
CreateUserOptions options)
Creates a new user |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(String id)
Deletes an user. |
com.google.common.util.concurrent.ListenableFuture<? extends User> |
update(String id,
UpdateUserOptions options)
Updates an user |
| Method Detail |
|---|
@Named(value="user:create")
com.google.common.util.concurrent.ListenableFuture<? extends User> create(String name,
String password)
@Named(value="user:create")
com.google.common.util.concurrent.ListenableFuture<? extends User> create(String name,
String password,
CreateUserOptions options)
@Named(value="user:delete") com.google.common.util.concurrent.ListenableFuture<Boolean> delete(String id)
@Named(value="user:updateuser")
com.google.common.util.concurrent.ListenableFuture<? extends User> update(String id,
UpdateUserOptions options)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||