Class ListUsersCall
java.lang.Object
org.gridgain.internal.cli.call.rbac.user.ListUsersCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<ListUsersCallInput,List<User>>
@Singleton
public class ListUsersCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<ListUsersCallInput,List<User>>
List users call.
-
Constructor Summary
ConstructorsConstructorDescriptionListUsersCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
-
Constructor Details
-
ListUsersCall
public ListUsersCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.CallOutput<List<User>> execute(ListUsersCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<ListUsersCallInput,List<User>>
-