Interface AccountInhibitionRpcServiceAsync
public interface AccountInhibitionRpcServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration, <any> callback) voidgetAccountInhibitionConfiguration(UserDto user, <any> callback) voidgetInhibitionState(UserDto user, <any> callback)
-
Method Details
-
getInhibitionState
void getInhibitionState(UserDto user, <any> callback) -
applyAccountInhibitionConfiguration
void applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration, <any> callback) -
getAccountInhibitionConfiguration
void getAccountInhibitionConfiguration(UserDto user, <any> callback)
-