Uses of Class
com.cloudera.api.model.ApiRole

Packages that use ApiRole
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. 
com.cloudera.api.v11 API version 11, introduced in Cloudera Manager 5.5.0. 
 

Uses of ApiRole in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiRole
 List<ApiRole> ApiRoleList.getRoles()
           
 List<ApiRole> ApiService.getRoles()
          The list of service roles.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiRole
 void ApiRoleList.setRoles(List<ApiRole> values)
           
 void ApiService.setRoles(List<ApiRole> roles)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiRole
ApiRoleList(List<ApiRole> roles)
           
 

Uses of ApiRole in com.cloudera.api.v1
 

Methods in com.cloudera.api.v1 that return ApiRole
 ApiRole MgmtRolesResource.deleteRole(String roleName)
          Delete a role from the Cloudera Management Services.
 ApiRole RolesResource.deleteRole(String roleName)
          Deletes a role from a given service.
 ApiRole MgmtRolesResource.readRole(String roleName)
          Retrieve detailed information about a Cloudera Management Services role.
 ApiRole RolesResource.readRole(String roleName)
          Retrieves detailed information about a role.
 

Uses of ApiRole in com.cloudera.api.v11
 

Methods in com.cloudera.api.v11 that return ApiRole
 ApiRole RolesResourceV11.readRole(String roleName, DataView dataView)
          Retrieves detailed information about a role.
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.