|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface UserAdminApi
Provides access to User Administration actions.
| Method Summary | |
|---|---|
User |
create(String name,
String password)
Creates a new user |
User |
create(String name,
String password,
CreateUserOptions options)
Creates a new user |
boolean |
delete(String userId)
Deletes an user |
User |
update(String id,
UpdateUserOptions options)
Updates an user |
| Method Detail |
|---|
@Named(value="user:create")
@Nullable
User create(String name,
String password)
@Named(value="user:create")
@Nullable
User create(String name,
String password,
CreateUserOptions options)
@Named(value="user:delete") boolean delete(String userId)
@Named(value="user:updateUser")
@Nullable
User update(String id,
UpdateUserOptions options)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||