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