Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
com.cloudera.api.v1 |
API version 1, introduced in Cloudera Manager 4.0.
|
Modifier and Type | Method and Description |
---|---|
List<ApiUser> |
ApiUserList.getUsers() |
List<ApiUser> |
ApiDeployment.getUsers()
List of all users in the system
|
Modifier and Type | Method and Description |
---|---|
void |
ApiUserList.setUsers(List<ApiUser> values) |
void |
ApiDeployment.setUsers(List<ApiUser> users) |
Constructor and Description |
---|
ApiUserList(List<ApiUser> users) |
Modifier and Type | Method and Description |
---|---|
ApiUser |
UsersResource.deleteUser(String userName)
Deletes a user from the system.
|
ApiUser |
UsersResource.readUser(String userName)
Returns detailed information about a user.
|
ApiUser |
UsersResource.updateUser(String userName,
ApiUser user)
Updates the given user's information.
|
Modifier and Type | Method and Description |
---|---|
ApiUser |
UsersResource.updateUser(String userName,
ApiUser user)
Updates the given user's information.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.