Class CreateRoleReplCall
java.lang.Object
org.gridgain.internal.cli.call.rbac.role.CreateRoleReplCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<CreateRoleCallInput,String>
@Singleton
public class CreateRoleReplCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<CreateRoleCallInput,String>
Create role REPL call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateRoleReplCall(CreateRoleCall createRoleCall, RolesRegistry registry) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<String>execute(CreateRoleCallInput input)
-
Constructor Details
-
CreateRoleReplCall
Constructor.
-
-
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>
-