Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiAuthRole |
AuthRolesResourceApi.deleteAuthRole(String uuid)
Deletes an auth role from the system.
|
ApiAuthRole |
AuthRolesResourceApi.readAuthRole(String uuid)
Returns detailed information about an auth role.
|
ApiAuthRole |
AuthRolesResourceApi.updateAuthRole(String uuid,
ApiAuthRole body)
Updates the given auth role's information.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiAuthRole> |
AuthRolesResourceApi.deleteAuthRoleWithHttpInfo(String uuid)
Deletes an auth role from the system.
|
ApiResponse<ApiAuthRole> |
AuthRolesResourceApi.readAuthRoleWithHttpInfo(String uuid)
Returns detailed information about an auth role.
|
ApiResponse<ApiAuthRole> |
AuthRolesResourceApi.updateAuthRoleWithHttpInfo(String uuid,
ApiAuthRole body)
Updates the given auth role's information.
|
Modifier and Type | Method and Description |
---|---|
ApiAuthRole |
AuthRolesResourceApi.updateAuthRole(String uuid,
ApiAuthRole body)
Updates the given auth role's information.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.updateAuthRoleAsync(String uuid,
ApiAuthRole body,
ApiCallback<ApiAuthRole> callback)
Updates the given auth role's information.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.updateAuthRoleCall(String uuid,
ApiAuthRole body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAuthRole
|
ApiResponse<ApiAuthRole> |
AuthRolesResourceApi.updateAuthRoleWithHttpInfo(String uuid,
ApiAuthRole body)
Updates the given auth role's information.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
AuthRolesResourceApi.deleteAuthRoleAsync(String uuid,
ApiCallback<ApiAuthRole> callback)
Deletes an auth role from the system.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.readAuthRoleAsync(String uuid,
ApiCallback<ApiAuthRole> callback)
Returns detailed information about an auth role.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.updateAuthRoleAsync(String uuid,
ApiAuthRole body,
ApiCallback<ApiAuthRole> callback)
Updates the given auth role's information.
|
Modifier and Type | Method and Description |
---|---|
ApiAuthRole |
ApiAuthRole.addClustersItem(ApiClusterRef clustersItem) |
ApiAuthRole |
ApiAuthRole.addExternalUserMappingsItem(ApiExternalUserMappingRef externalUserMappingsItem) |
ApiAuthRole |
ApiAuthRole.addUsersItem(ApiUser2Ref usersItem) |
ApiAuthRole |
ApiAuthRole.baseRole(ApiAuthRoleRef baseRole) |
ApiAuthRole |
ApiAuthRole.clusters(List<ApiClusterRef> clusters) |
ApiAuthRole |
ApiAuthRole.displayName(String displayName) |
ApiAuthRole |
ApiAuthRole.externalUserMappings(List<ApiExternalUserMappingRef> externalUserMappings) |
ApiAuthRole |
ApiAuthRole.isCustom(Boolean isCustom) |
ApiAuthRole |
ApiAuthRole.name(String name) |
ApiAuthRole |
ApiAuthRole.users(List<ApiUser2Ref> users) |
ApiAuthRole |
ApiAuthRole.uuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<ApiAuthRole> |
ApiDeployment2.getAuthRoles()
List of all auth roles in the system Available from v32
|
List<ApiAuthRole> |
ApiAuthRoleList.getItems() |
Modifier and Type | Method and Description |
---|---|
ApiDeployment2 |
ApiDeployment2.addAuthRolesItem(ApiAuthRole authRolesItem) |
ApiAuthRoleList |
ApiAuthRoleList.addItemsItem(ApiAuthRole itemsItem) |
Modifier and Type | Method and Description |
---|---|
ApiDeployment2 |
ApiDeployment2.authRoles(List<ApiAuthRole> authRoles) |
ApiAuthRoleList |
ApiAuthRoleList.items(List<ApiAuthRole> items) |
void |
ApiDeployment2.setAuthRoles(List<ApiAuthRole> authRoles) |
void |
ApiAuthRoleList.setItems(List<ApiAuthRole> items) |
Copyright © 2019. All rights reserved.