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