com.cloudera.api.v8
Interface MgmtServiceResourceV8

All Superinterfaces:
MgmtServiceResource, MgmtServiceResourceV2, MgmtServiceResourceV3, MgmtServiceResourceV6
All Known Subinterfaces:
MgmtServiceResourceV18

public interface MgmtServiceResourceV8
extends MgmtServiceResourceV6


Method Summary
 MgmtRoleCommandsResourceV8 getMgmtRoleCommandsResource()
          Returns the management role commands resource handler.
 MgmtRolesResourceV8 getRolesResource()
          Return the management roles resource handler.
 
Methods inherited from interface com.cloudera.api.v6.MgmtServiceResourceV6
autoAssignRoles, autoConfigure, deleteCMS
 
Methods inherited from interface com.cloudera.api.v3.MgmtServiceResourceV3
getRoleConfigGroupsResource
 
Methods inherited from interface com.cloudera.api.v2.MgmtServiceResourceV2
readService
 
Methods inherited from interface com.cloudera.api.v1.MgmtServiceResource
listActiveCommands, listRoleTypes, readService, readServiceConfig, restartCommand, setupCMS, startCommand, stopCommand, updateServiceConfig
 

Method Detail

getRolesResource

@Path(value="/roles")
MgmtRolesResourceV8 getRolesResource()
Return the management roles resource handler.

Specified by:
getRolesResource in interface MgmtServiceResource
Returns:
The roles resource handler.

getMgmtRoleCommandsResource

@Path(value="/roleCommands")
MgmtRoleCommandsResourceV8 getMgmtRoleCommandsResource()
Returns the management role commands resource handler.

Specified by:
getMgmtRoleCommandsResource in interface MgmtServiceResource
Returns:
The roles command handler.


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