@Override public RefreshUserToGroupsMappingsResponseProto refreshUserToGroupsMappings(RpcController controller, RefreshUserToGroupsMappingsRequestProto request) throws ServiceException { try { impl.refreshUserToGroupsMappings(); } catch (IOException e) { throw new ServiceException(e); } return VOID_REFRESH_USER_GROUPS_MAPPING_RESPONSE; }