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 Details

    • GetRoleCall

      public GetRoleCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
  • Method Details

    • execute

      public org.apache.ignite.internal.cli.core.call.CallOutput<Role> execute(ShowRoleCallInput input)
      Specified by:
      execute in interface org.apache.ignite.internal.cli.core.call.Call<ShowRoleCallInput,Role>