Class CreateRoleCall
java.lang.Object
org.gridgain.internal.cli.call.rbac.role.CreateRoleCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<CreateRoleCallInput,String>
@Singleton
public class CreateRoleCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<CreateRoleCallInput,String>
Create role call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateRoleCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<String>execute(CreateRoleCallInput input)
-
Constructor Details
-
CreateRoleCall
public CreateRoleCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.CallOutput<String> execute(CreateRoleCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<CreateRoleCallInput,String>
-