Class RevokeTokenCall
java.lang.Object
org.gridgain.internal.cli.call.rbac.token.RevokeTokenCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<RevokeTokenCallInput,String>
@Singleton
public class RevokeTokenCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<RevokeTokenCallInput,String>
Revoke token call.
-
Constructor Summary
ConstructorsConstructorDescriptionRevokeTokenCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<String>execute(RevokeTokenCallInput input)
-
Constructor Details
-
RevokeTokenCall
public RevokeTokenCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.CallOutput<String> execute(RevokeTokenCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<RevokeTokenCallInput,String>
-