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 Summary
ConstructorsConstructorDescriptionGetUserCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<User>execute(ShowUserCallInput input)
-
Constructor Details
-
GetUserCall
public GetUserCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<ShowUserCallInput,User>
-