Class DeleteUserCall

java.lang.Object
org.gridgain.internal.cli.call.rbac.user.DeleteUserCall
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<DeleteUserCallInput,String>

@Singleton public class DeleteUserCall extends Object implements org.apache.ignite.internal.cli.core.call.Call<DeleteUserCallInput,String>
Delete user call.
  • Constructor Details

    • DeleteUserCall

      public DeleteUserCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
      Constructor.
      Parameters:
      apiClientFactory - API client factory.
  • Method Details