public interface AccountInhibitionRpcService
| Modifier and Type | Method and Description |
|---|---|
void |
applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionModel) |
AccountInhibitionConfiguration |
getAccountInhibitionConfiguration(UserDto user) |
InhibitionState |
getInhibitionState(UserDto user) |
InhibitionState getInhibitionState(UserDto user) throws ServerCallFailedException
ServerCallFailedExceptionvoid applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionModel) throws ServerCallFailedException
ServerCallFailedExceptionAccountInhibitionConfiguration getAccountInhibitionConfiguration(UserDto user) throws ServerCallFailedException
ServerCallFailedException