Class GetUserCall

java.lang.Object
org.gridgain.internal.cli.call.rbac.user.GetUserCall
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<ShowUserCallInput,User>

@Singleton public class GetUserCall extends Object implements org.apache.ignite.internal.cli.core.call.Call<ShowUserCallInput,User>
Get user call.
  • Constructor Details

    • GetUserCall

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

    • execute

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